Html Css Color HEX #BBC024 Rio Grande

📋 copy color: '#BBC024'

red 187 ◦ green 192 ◦ blue 36

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

Shades of Rio Grande #BBC024

Tints of Rio Grande #BBC024

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.27%

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

R = 45.06%
G = 46.27%
B = 8.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BBC024 (or 0xBBC024) is known color: Rio Grande. HEX triplet: BB, C0 and 24. RGB value is (187,192,36). Sum of RGB (Red+Green+Blue) = 187+192+36=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC024 is #443FDB. Grayscale: #ADADAD. Windows color (decimal): -4472796 or 2408635. OLE color: 2408635.

HSL color Cylindrical-coordinate representation of color #BBC024: hue angle of 61.92º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC024 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 36 -
CMYK 0.03 0 0.81 0.25
HSL 61.92º 0.68% 0.45% -
HSV(B) 61.92º 0.81% 0.75% -
XYZ 39.66 48.39 8.92 -
YUV 172.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 187 192 36 0.03 0 0.81 0.25 61.92 0.68 0.45
Hex BB C0 24 3 0 51 19 3E 44 2D
Octal 273 300 44 3 0 121 31 76 104 55
Binary 10111011 11000000 100100 11 0 1010001 11001 111110 1000100 101101

Color Harmonies of #BBC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC024

Black with #BBC024

Text Example


Text Example

White with #BBC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC024; }

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

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

background-color css

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

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

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

border-color css

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

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

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