Html Css Color HEX #B6C424 Rio Grande

📋 copy color: '#B6C424'

red 182 ◦ green 196 ◦ blue 36

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

Shades of Rio Grande #B6C424

Tints of Rio Grande #B6C424

RGB

 RED value IS 182 (71.48% from 255) = 43.96%

 GREEN value IS 196 (76.95% from 255) = 47.34%

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

R = 43.96%
G = 47.34%
B = 8.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#B6C424 (or 0xB6C424) is known color: Rio Grande. HEX triplet: B6, C4 and 24. RGB value is (182,196,36). Sum of RGB (Red+Green+Blue) = 182+196+36=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C424 is #493BDB. Grayscale: #AEAEAE. Windows color (decimal): -4799452 or 2409654. OLE color: 2409654.

HSL color Cylindrical-coordinate representation of color #B6C424: hue angle of 65.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6C424 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 36 -
CMYK 0.07 0 0.82 0.23
HSL 65.25º 0.69% 0.45% -
HSV(B) 65.25º 0.82% 0.77% -
XYZ 39.35 49.55 9.16 -
YUV 173.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 182 196 36 0.07 0 0.82 0.23 65.25 0.69 0.45
Hex B6 C4 24 7 0 52 17 41 45 2D
Octal 266 304 44 7 0 122 27 101 105 55
Binary 10110110 11000100 100100 111 0 1010010 10111 1000001 1000101 101101

Color Harmonies of #B6C424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C424

Black with #B6C424

Text Example


Text Example

White with #B6C424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C424; }

 p { color: rgb(182,196,36); }

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

background-color css

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

 a { background-color: rgb(182,196,36); }

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

border-color css

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

 span { border-color: rgb(182,196,36); }

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