Html Css Color HEX #BBCB1E Rio Grande

📋 copy color: '#BBCB1E'

red 187 ◦ green 203 ◦ blue 30

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

Shades of Rio Grande #BBCB1E

Tints of Rio Grande #BBCB1E

RGB

 RED value IS 187 (73.44% from 255) = 44.52%

 GREEN value IS 203 (79.69% from 255) = 48.33%

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 44.52%
G = 48.33%
B = 7.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#BBCB1E (or 0xBBCB1E) is known color: Rio Grande. HEX triplet: BB, CB and 1E. RGB value is (187,203,30). Sum of RGB (Red+Green+Blue) = 187+203+30=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB1E is #4434E1. Grayscale: #B3B3B3. Windows color (decimal): -4469986 or 2018235. OLE color: 2018235.

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

Color convert

RGB 187 203 30 -
CMYK 0.08 0 0.85 0.20
HSL 65.55º 0.74% 0.46% -
HSV(B) 65.55º 0.85% 0.8% -
XYZ 42.08 53.37 9.31 -
YUV 178.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 187 203 30 0.08 0 0.85 0.20 65.55 0.74 0.46
Hex BB CB 1E 8 0 55 14 42 4A 2E
Octal 273 313 36 10 0 125 24 102 112 56
Binary 10111011 11001011 11110 1000 0 1010101 10100 1000010 1001010 101110

Color Harmonies of #BBCB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB1E

Black with #BBCB1E

Text Example


Text Example

White with #BBCB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB1E; }

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

 H1.HeaderClassName
 {
   color: #BBCB1E;
 }
 .AnyTagClassName
 {
   color: #BBCB1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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