Html Css Color HEX #BBC320 Rio Grande

📋 copy color: '#BBC320'

red 187 ◦ green 195 ◦ blue 32

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

Shades of Rio Grande #BBC320

Tints of Rio Grande #BBC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

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

R = 45.17%
G = 47.1%
B = 7.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#BBC320 (or 0xBBC320) is known color: Rio Grande. HEX triplet: BB, C3 and 20. RGB value is (187,195,32). Sum of RGB (Red+Green+Blue) = 187+195+32=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC320 is #443CDF. Grayscale: #AEAEAE. Windows color (decimal): -4472032 or 2147259. OLE color: 2147259.

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

Color convert

RGB 187 195 32 -
CMYK 0.04 0 0.84 0.24
HSL 62.94º 0.72% 0.45% -
HSV(B) 62.94º 0.84% 0.76% -
XYZ 40.27 49.7 8.84 -
YUV 174.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 187 195 32 0.04 0 0.84 0.24 62.94 0.72 0.45
Hex BB C3 20 4 0 54 18 3F 48 2D
Octal 273 303 40 4 0 124 30 77 110 55
Binary 10111011 11000011 100000 100 0 1010100 11000 111111 1001000 101101

Color Harmonies of #BBC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC320

Black with #BBC320

Text Example


Text Example

White with #BBC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC320; }

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

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

background-color css

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

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

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

border-color css

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

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

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