#B6BF30

Color #B6BF30 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B6BF30

Tints of Rio Grande #B6BF30

Color information

#B6BF30 (or 0xB6BF30) is unknown color: approx Rio Grande. HEX triplet: B6, BF and 30. RGB value is (182,191,48). Sum of RGB (Red+Green+Blue) = 182+191+48=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BF30 is #4940CF. Grayscale: #ACACAC. Windows color (decimal): -4800720 or 3194806. OLE color: 3194806.

HSL color Cylindrical-coordinate representation of color #B6BF30: hue angle of 63.78º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6BF30 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB18219148-
CMYK0.0500.750.25
HSL63.78º59.83%46.86%-
HSV(B)63.78º74.87%74.9%-
XYZ38.4647.429.92-
YUV172.0158.02135.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 48 (19.14% from 255) = 11.40%
R=43.23%
G=45.37%
B=11.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191480.0500.750.2563.7859.8346.86
HexB6BF30504B19403c2f
Octal2662776050113311007457
Binary101101101011111111000010101001011110011000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF30; }

 p { color: rgb(182,191,48); }

 H1.HeaderClassName
 {
   color: #B6BF30;
 }
 .AnyTagClassName
 {
   color: #B6BF30;
 }
</style>
background-color css

<style>
 a { background-color: #B6BF30; }

 a { background-color: rgb(182,191,48); }

 div.DivClassName
 {
   background-color: #B6BF30;
 }
 .BgClassName
 {
   background-color: #B6BF30;
 }
</style>
border-color css

<style>
 span { border-color: #B6BF30; }

 span { border-color: rgb(182,191,48); }

 td.TdClassName
 {
   border-color: #B6BF30;
 }
 .TagClassName
 {
   border-color: #B6BF30;
 }
</style>