Html Css Color HEX #BBD516 Rio Grande

📋 copy color: '#BBD516'

red 187 ◦ green 213 ◦ blue 22

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

Shades of Rio Grande #BBD516

Tints of Rio Grande #BBD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.47%

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

R = 44.31%
G = 50.47%
B = 5.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#BBD516 (or 0xBBD516) is known color: Rio Grande. HEX triplet: BB, D5 and 16. RGB value is (187,213,22). Sum of RGB (Red+Green+Blue) = 187+213+22=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD516 is #442AE9. Grayscale: #B8B8B8. Windows color (decimal): -4467434 or 1496507. OLE color: 1496507.

HSL color Cylindrical-coordinate representation of color #BBD516: hue angle of 68.17º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD516 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 22 -
CMYK 0.12 0 0.90 0.16
HSL 68.17º 0.81% 0.46% -
HSV(B) 68.17º 0.9% 0.84% -
XYZ 44.43 58.21 9.65 -
YUV 183.45 36.89 130.53 -
System Red Green Blue C M Y K H S L
Decimal 187 213 22 0.12 0 0.90 0.16 68.17 0.81 0.46
Hex BB D5 16 C 0 5A 10 44 51 2E
Octal 273 325 26 14 0 132 20 104 121 56
Binary 10111011 11010101 10110 1100 0 1011010 10000 1000100 1010001 101110

Color Harmonies of #BBD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD516

Black with #BBD516

Text Example


Text Example

White with #BBD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD516; }

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

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

background-color css

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

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

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

border-color css

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

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

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