Html Css Color HEX #BBC824 Rio Grande

📋 copy color: '#BBC824'

red 187 ◦ green 200 ◦ blue 36

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

Shades of Rio Grande #BBC824

Tints of Rio Grande #BBC824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

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

R = 44.21%
G = 47.28%
B = 8.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BBC824 (or 0xBBC824) is known color: Rio Grande. HEX triplet: BB, C8 and 24. RGB value is (187,200,36). Sum of RGB (Red+Green+Blue) = 187+200+36=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC824 is #4437DB. Grayscale: #B2B2B2. Windows color (decimal): -4470748 or 2410683. OLE color: 2410683.

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

Color convert

RGB 187 200 36 -
CMYK 0.06 0 0.82 0.22
HSL 64.76º 0.69% 0.46% -
HSV(B) 64.76º 0.82% 0.78% -
XYZ 41.47 52 9.52 -
YUV 177.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 187 200 36 0.06 0 0.82 0.22 64.76 0.69 0.46
Hex BB C8 24 6 0 52 16 41 45 2E
Octal 273 310 44 6 0 122 26 101 105 56
Binary 10111011 11001000 100100 110 0 1010010 10110 1000001 1000101 101110

Color Harmonies of #BBC824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC824

Black with #BBC824

Text Example


Text Example

White with #BBC824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC824; }

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

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

background-color css

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

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

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

border-color css

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

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

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