Html Css Color HEX #BBC324 Rio Grande

📋 copy color: '#BBC324'

red 187 ◦ green 195 ◦ blue 36

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

Shades of Rio Grande #BBC324

Tints of Rio Grande #BBC324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 44.74%
G = 46.65%
B = 8.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BBC324 (or 0xBBC324) is known color: Rio Grande. HEX triplet: BB, C3 and 24. RGB value is (187,195,36). Sum of RGB (Red+Green+Blue) = 187+195+36=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC324 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC324 is #443CDB. Grayscale: #AFAFAF. Windows color (decimal): -4472028 or 2409403. OLE color: 2409403.

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

Color convert

RGB 187 195 36 -
CMYK 0.04 0 0.82 0.24
HSL 63.02º 0.69% 0.45% -
HSV(B) 63.02º 0.82% 0.76% -
XYZ 40.33 49.72 9.14 -
YUV 174.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 187 195 36 0.04 0 0.82 0.24 63.02 0.69 0.45
Hex BB C3 24 4 0 52 18 3F 45 2D
Octal 273 303 44 4 0 122 30 77 105 55
Binary 10111011 11000011 100100 100 0 1010010 11000 111111 1000101 101101

Color Harmonies of #BBC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC324

Black with #BBC324

Text Example


Text Example

White with #BBC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC324; }

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

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

background-color css

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

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

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

border-color css

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

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

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