Html Css Color HEX #B2CF24 Rio Grande

📋 copy color: '#B2CF24'

red 178 ◦ green 207 ◦ blue 36

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

Shades of Rio Grande #B2CF24

Tints of Rio Grande #B2CF24

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.17%

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

R = 42.28%
G = 49.17%
B = 8.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#B2CF24 (or 0xB2CF24) is known color: Rio Grande. HEX triplet: B2, CF and 24. RGB value is (178,207,36). Sum of RGB (Red+Green+Blue) = 178+207+36=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF24 is #4D30DB. Grayscale: #B3B3B3. Windows color (decimal): -5058780 or 2412466. OLE color: 2412466.

HSL color Cylindrical-coordinate representation of color #B2CF24: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2CF24 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 207 36 -
CMYK 0.14 0 0.83 0.19
HSL 70.18º 0.7% 0.48% -
HSV(B) 70.18º 0.83% 0.81% -
XYZ 40.99 54.22 9.97 -
YUV 178.84 47.39 127.4 -
System Red Green Blue C M Y K H S L
Decimal 178 207 36 0.14 0 0.83 0.19 70.18 0.7 0.48
Hex B2 CF 24 E 0 53 13 46 46 30
Octal 262 317 44 16 0 123 23 106 106 60
Binary 10110010 11001111 100100 1110 0 1010011 10011 1000110 1000110 110000

Color Harmonies of #B2CF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CF24

Black with #B2CF24

Text Example


Text Example

White with #B2CF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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