Html Css Color HEX #BBC522 Rio Grande

📋 copy color: '#BBC522'

red 187 ◦ green 197 ◦ blue 34

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

Shades of Rio Grande #BBC522

Tints of Rio Grande #BBC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 44.74%
G = 47.13%
B = 8.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#BBC522 (or 0xBBC522) is known color: Rio Grande. HEX triplet: BB, C5 and 22. RGB value is (187,197,34). Sum of RGB (Red+Green+Blue) = 187+197+34=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC522 is #443ADD. Grayscale: #B0B0B0. Windows color (decimal): -4471518 or 2278843. OLE color: 2278843.

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

Color convert

RGB 187 197 34 -
CMYK 0.05 0 0.83 0.23
HSL 63.68º 0.71% 0.45% -
HSV(B) 63.68º 0.83% 0.77% -
XYZ 40.75 50.61 9.13 -
YUV 175.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 187 197 34 0.05 0 0.83 0.23 63.68 0.71 0.45
Hex BB C5 22 5 0 53 17 40 47 2D
Octal 273 305 42 5 0 123 27 100 107 55
Binary 10111011 11000101 100010 101 0 1010011 10111 1000000 1000111 101101

Color Harmonies of #BBC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC522

Black with #BBC522

Text Example


Text Example

White with #BBC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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