Html Css Color HEX #BBCB12 Rio Grande

📋 copy color: '#BBCB12'

red 187 ◦ green 203 ◦ blue 18

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

Shades of Rio Grande #BBCB12

Tints of Rio Grande #BBCB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.41%

R = 45.83%
G = 49.75%
B = 4.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BBCB12 (or 0xBBCB12) is known color: Rio Grande. HEX triplet: BB, CB and 12. RGB value is (187,203,18). Sum of RGB (Red+Green+Blue) = 187+203+18=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCB12 is #4434ED. Grayscale: #B1B1B1. Windows color (decimal): -4469998 or 1231803. OLE color: 1231803.

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

Color convert

RGB 187 203 18 -
CMYK 0.08 0 0.91 0.20
HSL 65.19º 0.84% 0.43% -
HSV(B) 65.19º 0.91% 0.8% -
XYZ 41.96 53.32 8.65 -
YUV 177.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 187 203 18 0.08 0 0.91 0.20 65.19 0.84 0.43
Hex BB CB 12 8 0 5B 14 41 54 2B
Octal 273 313 22 10 0 133 24 101 124 53
Binary 10111011 11001011 10010 1000 0 1011011 10100 1000001 1010100 101011

Color Harmonies of #BBCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCB12

Black with #BBCB12

Text Example


Text Example

White with #BBCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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