Html Css Color HEX #BBC816 Rio Grande

📋 copy color: '#BBC816'

red 187 ◦ green 200 ◦ blue 22

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

Shades of Rio Grande #BBC816

Tints of Rio Grande #BBC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.9%

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

R = 45.72%
G = 48.9%
B = 5.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BBC816 (or 0xBBC816) is known color: Rio Grande. HEX triplet: BB, C8 and 16. RGB value is (187,200,22). Sum of RGB (Red+Green+Blue) = 187+200+22=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC816 is #4437E9. Grayscale: #B0B0B0. Windows color (decimal): -4470762 or 1493179. OLE color: 1493179.

HSL color Cylindrical-coordinate representation of color #BBC816: hue angle of 64.38º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC816 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 22 -
CMYK 0.06 0 0.89 0.22
HSL 64.38º 0.8% 0.44% -
HSV(B) 64.38º 0.89% 0.78% -
XYZ 41.29 51.93 8.61 -
YUV 175.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 187 200 22 0.06 0 0.89 0.22 64.38 0.8 0.44
Hex BB C8 16 6 0 59 16 40 50 2C
Octal 273 310 26 6 0 131 26 100 120 54
Binary 10111011 11001000 10110 110 0 1011001 10110 1000000 1010000 101100

Color Harmonies of #BBC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC816

Black with #BBC816

Text Example


Text Example

White with #BBC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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