Html Css Color HEX #B5C42A Rio Grande

📋 copy color: '#B5C42A'

red 181 ◦ green 196 ◦ blue 42

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

Shades of Rio Grande #B5C42A

Tints of Rio Grande #B5C42A

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

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

 BLUE value IS 42 (16.8% from 255) = 10.02%

R = 43.2%
G = 46.78%
B = 10.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B5C42A (or 0xB5C42A) is known color: Rio Grande. HEX triplet: B5, C4 and 2A. RGB value is (181,196,42). Sum of RGB (Red+Green+Blue) = 181+196+42=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C42A is #4A3BD5. Grayscale: #AEAEAE. Windows color (decimal): -4864982 or 2802869. OLE color: 2802869.

HSL color Cylindrical-coordinate representation of color #B5C42A: hue angle of 65.84º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5C42A is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 196 42 -
CMYK 0.08 0 0.79 0.23
HSL 65.84º 0.65% 0.47% -
HSV(B) 65.84º 0.79% 0.77% -
XYZ 39.21 49.47 9.67 -
YUV 173.96 53.53 133.02 -
System Red Green Blue C M Y K H S L
Decimal 181 196 42 0.08 0 0.79 0.23 65.84 0.65 0.47
Hex B5 C4 2A 8 0 4F 17 42 41 2F
Octal 265 304 52 10 0 117 27 102 101 57
Binary 10110101 11000100 101010 1000 0 1001111 10111 1000010 1000001 101111

Color Harmonies of #B5C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C42A

Black with #B5C42A

Text Example


Text Example

White with #B5C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C42A; }

 p { color: rgb(181,196,42); }

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

background-color css

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

 a { background-color: rgb(181,196,42); }

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

border-color css

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

 span { border-color: rgb(181,196,42); }

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