Html Css Color HEX #B5CA5C Wild Willow

📋 copy color: '#B5CA5C'

red 181 ◦ green 202 ◦ blue 92

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

Shades of Wild Willow #B5CA5C

Tints of Wild Willow #B5CA5C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.53%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 38.11%
G = 42.53%
B = 19.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#B5CA5C (or 0xB5CA5C) is known color: Wild Willow. HEX triplet: B5, CA and 5C. RGB value is (181,202,92). Sum of RGB (Red+Green+Blue) = 181+202+92=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA5C is #4A35A3. Grayscale: #B7B7B7. Windows color (decimal): -4863396 or 6081205. OLE color: 6081205.

HSL color Cylindrical-coordinate representation of color #B5CA5C: hue angle of 71.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5CA5C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 92 -
CMYK 0.10 0 0.54 0.21
HSL 71.45º 0.51% 0.58% -
HSV(B) 71.45º 0.54% 0.79% -
XYZ 42.11 52.84 18.1 -
YUV 183.18 76.54 126.44 -
System Red Green Blue C M Y K H S L
Decimal 181 202 92 0.10 0 0.54 0.21 71.45 0.51 0.58
Hex B5 CA 5C A 0 36 15 47 33 3A
Octal 265 312 134 12 0 66 25 107 63 72
Binary 10110101 11001010 1011100 1010 0 110110 10101 1000111 110011 111010

Color Harmonies of #B5CA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA5C

Black with #B5CA5C

Text Example


Text Example

White with #B5CA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA5C; }

 p { color: rgb(181,202,92); }

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

background-color css

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

 a { background-color: rgb(181,202,92); }

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

border-color css

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

 span { border-color: rgb(181,202,92); }

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