#B2BF1C

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

Shades of Rio Grande #B2BF1C

Tints of Rio Grande #B2BF1C

Color information

#B2BF1C (or 0xB2BF1C) is unknown color: approx Rio Grande. HEX triplet: B2, BF and 1C. RGB value is (178,191,28). Sum of RGB (Red+Green+Blue) = 178+191+28=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF1C is #4D40E3. Grayscale: #A9A9A9. Windows color (decimal): -5062884 or 1884082. OLE color: 1884082.

HSL color Cylindrical-coordinate representation of color #B2BF1C: hue angle of 64.79º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2BF1C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB17819128-
CMYK0.0700.850.25
HSL64.79º74.43%42.94%-
HSV(B)64.79º85.34%74.9%-
XYZ37.246.818.17-
YUV168.5348.69134.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 28 (11.33% from 255) = 7.05%
R=44.84%
G=48.11%
B=7.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178191280.0700.850.2564.7974.4342.94
HexB2BF1C705519414a2b
Octal26227734701253110111253
Binary101100101011111111100111010101011100110000011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF1C; }

 p { color: rgb(178,191,28); }

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

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

 a { background-color: rgb(178,191,28); }

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

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

 span { border-color: rgb(178,191,28); }

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