Html Css Color HEX #B4C55D Wild Willow

📋 copy color: '#B4C55D'

red 180 ◦ green 197 ◦ blue 93

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

Shades of Wild Willow #B4C55D

Tints of Wild Willow #B4C55D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.91%

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

R = 38.3%
G = 41.91%
B = 19.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#B4C55D (or 0xB4C55D) is known color: Wild Willow. HEX triplet: B4, C5 and 5D. RGB value is (180,197,93). Sum of RGB (Red+Green+Blue) = 180+197+93=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C55D is #4B3AA2. Grayscale: #B4B4B4. Windows color (decimal): -4930211 or 6145460. OLE color: 6145460.

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

Color convert

RGB 180 197 93 -
CMYK 0.09 0 0.53 0.23
HSL 69.81º 0.47% 0.57% -
HSV(B) 69.81º 0.53% 0.77% -
XYZ 40.76 50.43 17.94 -
YUV 180.06 78.87 127.96 -
System Red Green Blue C M Y K H S L
Decimal 180 197 93 0.09 0 0.53 0.23 69.81 0.47 0.57
Hex B4 C5 5D 9 0 35 17 46 2F 39
Octal 264 305 135 11 0 65 27 106 57 71
Binary 10110100 11000101 1011101 1001 0 110101 10111 1000110 101111 111001

Color Harmonies of #B4C55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C55D

Black with #B4C55D

Text Example


Text Example

White with #B4C55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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