Html Css Color HEX #B4C95D Wild Willow

📋 copy color: '#B4C95D'

red 180 ◦ green 201 ◦ blue 93

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

Shades of Wild Willow #B4C95D

Tints of Wild Willow #B4C95D

RGB

 RED value IS 180 (70.7% from 255) = 37.97%

 GREEN value IS 201 (78.91% from 255) = 42.41%

 BLUE value IS 93 (36.72% from 255) = 19.62%

R = 37.97%
G = 42.41%
B = 19.62%

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

#B4C95D (or 0xB4C95D) is known color: Wild Willow. HEX triplet: B4, C9 and 5D. RGB value is (180,201,93). Sum of RGB (Red+Green+Blue) = 180+201+93=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C95D is #4B36A2. Grayscale: #B6B6B6. Windows color (decimal): -4929187 or 6146484. OLE color: 6146484.

HSL color Cylindrical-coordinate representation of color #B4C95D: hue angle of 71.67º degrees, saturation: 0.5, 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 #B4C95D is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 201 93 -
CMYK 0.10 0 0.54 0.21
HSL 71.67º 0.5% 0.58% -
HSV(B) 71.67º 0.54% 0.79% -
XYZ 41.68 52.27 18.25 -
YUV 182.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 180 201 93 0.10 0 0.54 0.21 71.67 0.5 0.58
Hex B4 C9 5D A 0 36 15 48 32 3A
Octal 264 311 135 12 0 66 25 110 62 72
Binary 10110100 11001001 1011101 1010 0 110110 10101 1001000 110010 111010

Color Harmonies of #B4C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C95D

Black with #B4C95D

Text Example


Text Example

White with #B4C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C95D; }

 p { color: rgb(180,201,93); }

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

background-color css

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

 a { background-color: rgb(180,201,93); }

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

border-color css

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

 span { border-color: rgb(180,201,93); }

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