Html Css Color HEX #BBC720 Rio Grande

📋 copy color: '#BBC720'

red 187 ◦ green 199 ◦ blue 32

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

Shades of Rio Grande #BBC720

Tints of Rio Grande #BBC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

 BLUE value IS 32 (12.89% from 255) = 7.66%

R = 44.74%
G = 47.61%
B = 7.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#BBC720 (or 0xBBC720) is known color: Rio Grande. HEX triplet: BB, C7 and 20. RGB value is (187,199,32). Sum of RGB (Red+Green+Blue) = 187+199+32=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 32 (12.89% from 255 or 7.66% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC720 is #4438DF. Grayscale: #B1B1B1. Windows color (decimal): -4471008 or 2148283. OLE color: 2148283.

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

Color convert

RGB 187 199 32 -
CMYK 0.06 0 0.84 0.22
HSL 64.31º 0.72% 0.45% -
HSV(B) 64.31º 0.84% 0.78% -
XYZ 41.18 51.52 9.14 -
YUV 176.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 187 199 32 0.06 0 0.84 0.22 64.31 0.72 0.45
Hex BB C7 20 6 0 54 16 40 48 2D
Octal 273 307 40 6 0 124 26 100 110 55
Binary 10111011 11000111 100000 110 0 1010100 10110 1000000 1001000 101101

Color Harmonies of #BBC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC720

Black with #BBC720

Text Example


Text Example

White with #BBC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC720; }

 p { color: rgb(187,199,32); }

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

background-color css

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

 a { background-color: rgb(187,199,32); }

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

border-color css

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

 span { border-color: rgb(187,199,32); }

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