Html Css Color HEX #B5C42D Rio Grande

📋 copy color: '#B5C42D'

red 181 ◦ green 196 ◦ blue 45

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

Shades of Rio Grande #B5C42D

Tints of Rio Grande #B5C42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.66%

R = 42.89%
G = 46.45%
B = 10.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#B5C42D (or 0xB5C42D) is known color: Rio Grande. HEX triplet: B5, C4 and 2D. RGB value is (181,196,45). Sum of RGB (Red+Green+Blue) = 181+196+45=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C42D is #4A3BD2. Grayscale: #AEAEAE. Windows color (decimal): -4864979 or 2999477. OLE color: 2999477.

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

Color convert

RGB 181 196 45 -
CMYK 0.08 0 0.77 0.23
HSL 65.96º 0.63% 0.47% -
HSV(B) 65.96º 0.77% 0.77% -
XYZ 39.27 49.49 9.97 -
YUV 174.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 181 196 45 0.08 0 0.77 0.23 65.96 0.63 0.47
Hex B5 C4 2D 8 0 4D 17 42 3F 2F
Octal 265 304 55 10 0 115 27 102 77 57
Binary 10110101 11000100 101101 1000 0 1001101 10111 1000010 111111 101111

Color Harmonies of #B5C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C42D

Black with #B5C42D

Text Example


Text Example

White with #B5C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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