Html Css Color HEX #B2CC24 Rio Grande

📋 copy color: '#B2CC24'

red 178 ◦ green 204 ◦ blue 36

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

Shades of Rio Grande #B2CC24

Tints of Rio Grande #B2CC24

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

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

R = 42.58%
G = 48.8%
B = 8.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#B2CC24 (or 0xB2CC24) is known color: Rio Grande. HEX triplet: B2, CC and 24. RGB value is (178,204,36). Sum of RGB (Red+Green+Blue) = 178+204+36=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC24 is #4D33DB. Grayscale: #B1B1B1. Windows color (decimal): -5059548 or 2411698. OLE color: 2411698.

HSL color Cylindrical-coordinate representation of color #B2CC24: hue angle of 69.29º 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 #B2CC24 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 36 -
CMYK 0.13 0 0.82 0.2
HSL 69.29º 0.7% 0.47% -
HSV(B) 69.29º 0.82% 0.8% -
XYZ 40.27 52.78 9.73 -
YUV 177.07 48.39 128.66 -
System Red Green Blue C M Y K H S L
Decimal 178 204 36 0.13 0 0.82 0.2 69.29 0.7 0.47
Hex B2 CC 24 D 0 52 14 45 46 2F
Octal 262 314 44 15 0 122 24 105 106 57
Binary 10110010 11001100 100100 1101 0 1010010 10100 1000101 1000110 101111

Color Harmonies of #B2CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC24

Black with #B2CC24

Text Example


Text Example

White with #B2CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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