Html Css Color HEX #BBCB1B Rio Grande

📋 copy color: '#BBCB1B'

red 187 ◦ green 203 ◦ blue 27

#BBCB1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BBCB1B

Tints of Rio Grande #BBCB1B

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 value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#BBCB1B (or 0xBBCB1B) is known color: 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

RGB 187 203 27 -
CMYK 0.08 0 0.87 0.20
HSL 65.45º 0.77% 0.45% -
HSV(B) 65.45º 0.87% 0.8% -
XYZ 42.05 53.36 9.12 -
YUV 178.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 187 203 27 0.08 0 0.87 0.20 65.45 0.77 0.45
Hex BB CB 1B 8 0 57 14 41 4D 2D
Octal 273 313 33 10 0 127 24 101 115 55
Binary 10111011 11001011 11011 1000 0 1010111 10100 1000001 1001101 101101

Color Harmonies of #BBCB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB1B

Black with #BBCB1B

Text Example


Text Example

White with #BBCB1B

Text Example


Text Example

HTML Codes & Css Web 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>