#bbcb1b

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

Shades of Rio Grande #BBCB1B

Tints of Rio Grande #BBCB1B

Color information

#BBCB1B (or 0xBBCB1B) is unknown color: approx Rio Grande. HEX triplet: BB, CB and 1B. RGB value is (187,203,27). Sum of RGB (Red+Green+Blue) = 187+203+27=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB1B is #4434E4. Grayscale: #B2B2B2. Windows color (decimal): -4469989 or 1821627. OLE color: 1821627.

HSL color Cylindrical-coordinate representation of color #BBCB1B: hue angle of 65.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBCB1B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB18720327-
CMYK0.0800.870.20
HSL65.45º76.52%45.1%-
HSV(B)65.45º86.7%79.61%-
XYZ42.0553.369.12-
YUV178.1542.7134.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 27 (10.94% from 255) = 6.47%
R=44.84%
G=48.68%
B=6.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187203270.0800.870.2065.4576.5245.1
HexBBCB1B805714414d2d
Octal273313331001272410111555
Binary1011101111001011110111000010101111010010000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbcb1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbcb1b; }

 p { color: rgb(187,203,27); }

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

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

 a { background-color: rgb(187,203,27); }

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

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

 span { border-color: rgb(187,203,27); }

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