Html Css Color HEX #BBC216 Rio Grande

📋 copy color: '#BBC216'

red 187 ◦ green 194 ◦ blue 22

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

Shades of Rio Grande #BBC216

Tints of Rio Grande #BBC216

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.14%

 BLUE value IS 22 (8.98% from 255) = 5.46%

R = 46.4%
G = 48.14%
B = 5.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#BBC216 (or 0xBBC216) is known color: Rio Grande. HEX triplet: BB, C2 and 16. RGB value is (187,194,22). Sum of RGB (Red+Green+Blue) = 187+194+22=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC216 is #443DE9. Grayscale: #ACACAC. Windows color (decimal): -4472298 or 1491643. OLE color: 1491643.

HSL color Cylindrical-coordinate representation of color #BBC216: hue angle of 62.44º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC216 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 22 -
CMYK 0.04 0 0.89 0.24
HSL 62.44º 0.8% 0.42% -
HSV(B) 62.44º 0.89% 0.76% -
XYZ 39.93 49.21 8.15 -
YUV 172.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 187 194 22 0.04 0 0.89 0.24 62.44 0.8 0.42
Hex BB C2 16 4 0 59 18 3E 50 2A
Octal 273 302 26 4 0 131 30 76 120 52
Binary 10111011 11000010 10110 100 0 1011001 11000 111110 1010000 101010

Color Harmonies of #BBC216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC216

Black with #BBC216

Text Example


Text Example

White with #BBC216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC216; }

 p { color: rgb(187,194,22); }

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

background-color css

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

 a { background-color: rgb(187,194,22); }

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

border-color css

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

 span { border-color: rgb(187,194,22); }

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