Html Css Color HEX #B0CC24 Rio Grande

📋 copy color: '#B0CC24'

red 176 ◦ green 204 ◦ blue 36

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

Shades of Rio Grande #B0CC24

Tints of Rio Grande #B0CC24

RGB

 RED value IS 176 (69.14% from 255) = 42.31%

 GREEN value IS 204 (80.08% from 255) = 49.04%

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

R = 42.31%
G = 49.04%
B = 8.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#B0CC24 (or 0xB0CC24) is known color: Rio Grande. HEX triplet: B0, CC and 24. RGB value is (176,204,36). Sum of RGB (Red+Green+Blue) = 176+204+36=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC24 is #4F33DB. Grayscale: #B1B1B1. Windows color (decimal): -5190620 or 2411696. OLE color: 2411696.

HSL color Cylindrical-coordinate representation of color #B0CC24: hue angle of 70º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0CC24 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 36 -
CMYK 0.14 0 0.82 0.2
HSL 70º 0.7% 0.47% -
HSV(B) 70º 0.82% 0.8% -
XYZ 39.82 52.54 9.71 -
YUV 176.48 48.72 127.66 -
System Red Green Blue C M Y K H S L
Decimal 176 204 36 0.14 0 0.82 0.2 70 0.7 0.47
Hex B0 CC 24 E 0 52 14 46 46 2F
Octal 260 314 44 16 0 122 24 106 106 57
Binary 10110000 11001100 100100 1110 0 1010010 10100 1000110 1000110 101111

Color Harmonies of #B0CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CC24

Black with #B0CC24

Text Example


Text Example

White with #B0CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CC24; }

 p { color: rgb(176,204,36); }

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

background-color css

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

 a { background-color: rgb(176,204,36); }

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

border-color css

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

 span { border-color: rgb(176,204,36); }

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