Html Css Color HEX #BBD016 Rio Grande

📋 copy color: '#BBD016'

red 187 ◦ green 208 ◦ blue 22

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

Shades of Rio Grande #BBD016

Tints of Rio Grande #BBD016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.88%

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

R = 44.84%
G = 49.88%
B = 5.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BBD016 (or 0xBBD016) is known color: Rio Grande. HEX triplet: BB, D0 and 16. RGB value is (187,208,22). Sum of RGB (Red+Green+Blue) = 187+208+22=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD016 is #442FE9. Grayscale: #B5B5B5. Windows color (decimal): -4468714 or 1495227. OLE color: 1495227.

HSL color Cylindrical-coordinate representation of color #BBD016: hue angle of 66.77º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD016 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 22 -
CMYK 0.10 0 0.89 0.18
HSL 66.77º 0.81% 0.45% -
HSV(B) 66.77º 0.89% 0.82% -
XYZ 43.19 55.73 9.24 -
YUV 180.52 38.54 132.62 -
System Red Green Blue C M Y K H S L
Decimal 187 208 22 0.10 0 0.89 0.18 66.77 0.81 0.45
Hex BB D0 16 A 0 59 12 43 51 2D
Octal 273 320 26 12 0 131 22 103 121 55
Binary 10111011 11010000 10110 1010 0 1011001 10010 1000011 1010001 101101

Color Harmonies of #BBD016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD016

Black with #BBD016

Text Example


Text Example

White with #BBD016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD016; }

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

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

background-color css

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

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

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

border-color css

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

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

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