Html Css Color HEX #B3C024 Rio Grande

📋 copy color: '#B3C024'

red 179 ◦ green 192 ◦ blue 36

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

Shades of Rio Grande #B3C024

Tints of Rio Grande #B3C024

RGB

 RED value IS 179 (70.31% from 255) = 43.98%

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

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

R = 43.98%
G = 47.17%
B = 8.85%

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

#B3C024 (or 0xB3C024) is known color: Rio Grande. HEX triplet: B3, C0 and 24. RGB value is (179,192,36). Sum of RGB (Red+Green+Blue) = 179+192+36=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C024 is #4C3FDB. Grayscale: #AAAAAA. Windows color (decimal): -4997084 or 2408627. OLE color: 2408627.

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

Color convert

RGB 179 192 36 -
CMYK 0.07 0 0.81 0.25
HSL 65º 0.68% 0.45% -
HSV(B) 65º 0.81% 0.75% -
XYZ 37.76 47.41 8.83 -
YUV 170.33 52.19 134.18 -
System Red Green Blue C M Y K H S L
Decimal 179 192 36 0.07 0 0.81 0.25 65 0.68 0.45
Hex B3 C0 24 7 0 51 19 41 44 2D
Octal 263 300 44 7 0 121 31 101 104 55
Binary 10110011 11000000 100100 111 0 1010001 11001 1000001 1000100 101101

Color Harmonies of #B3C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C024

Black with #B3C024

Text Example


Text Example

White with #B3C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C024; }

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

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

background-color css

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

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

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

border-color css

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

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

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