Html Css Color HEX #B2C024 Rio Grande

📋 copy color: '#B2C024'

red 178 ◦ green 192 ◦ blue 36

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

Shades of Rio Grande #B2C024

Tints of Rio Grande #B2C024

RGB

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

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

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

R = 43.84%
G = 47.29%
B = 8.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B2C024 (or 0xB2C024) is known color: Rio Grande. HEX triplet: B2, C0 and 24. RGB value is (178,192,36). Sum of RGB (Red+Green+Blue) = 178+192+36=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C024 is #4D3FDB. Grayscale: #AAAAAA. Windows color (decimal): -5062620 or 2408626. OLE color: 2408626.

HSL color Cylindrical-coordinate representation of color #B2C024: hue angle of 65.38º 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 #B2C024 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 36 -
CMYK 0.07 0 0.81 0.25
HSL 65.38º 0.68% 0.45% -
HSV(B) 65.38º 0.81% 0.75% -
XYZ 37.53 47.29 8.82 -
YUV 170.03 52.36 133.68 -
System Red Green Blue C M Y K H S L
Decimal 178 192 36 0.07 0 0.81 0.25 65.38 0.68 0.45
Hex B2 C0 24 7 0 51 19 41 44 2D
Octal 262 300 44 7 0 121 31 101 104 55
Binary 10110010 11000000 100100 111 0 1010001 11001 1000001 1000100 101101

Color Harmonies of #B2C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C024

Black with #B2C024

Text Example


Text Example

White with #B2C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C024; }

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

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

background-color css

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

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

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

border-color css

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

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

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