Html Css Color HEX #BBC516 Rio Grande

📋 copy color: '#BBC516'

red 187 ◦ green 197 ◦ blue 22

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

Shades of Rio Grande #BBC516

Tints of Rio Grande #BBC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.52%

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

R = 46.06%
G = 48.52%
B = 5.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BBC516 (or 0xBBC516) is known color: Rio Grande. HEX triplet: BB, C5 and 16. RGB value is (187,197,22). Sum of RGB (Red+Green+Blue) = 187+197+22=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC516 is #443AE9. Grayscale: #AEAEAE. Windows color (decimal): -4471530 or 1492411. OLE color: 1492411.

HSL color Cylindrical-coordinate representation of color #BBC516: hue angle of 63.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBC516 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 22 -
CMYK 0.05 0 0.89 0.23
HSL 63.43º 0.8% 0.43% -
HSV(B) 63.43º 0.89% 0.77% -
XYZ 40.6 50.56 8.38 -
YUV 174.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 187 197 22 0.05 0 0.89 0.23 63.43 0.8 0.43
Hex BB C5 16 5 0 59 17 3F 50 2B
Octal 273 305 26 5 0 131 27 77 120 53
Binary 10111011 11000101 10110 101 0 1011001 10111 111111 1010000 101011

Color Harmonies of #BBC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC516

Black with #BBC516

Text Example


Text Example

White with #BBC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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