Html Css Color HEX #B4C55E Wild Willow

📋 copy color: '#B4C55E'

red 180 ◦ green 197 ◦ blue 94

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

Shades of Wild Willow #B4C55E

Tints of Wild Willow #B4C55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 38.22%
G = 41.83%
B = 19.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#B4C55E (or 0xB4C55E) is known color: Wild Willow. HEX triplet: B4, C5 and 5E. RGB value is (180,197,94). Sum of RGB (Red+Green+Blue) = 180+197+94=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C55E is #4B3AA1. Grayscale: #B4B4B4. Windows color (decimal): -4930210 or 6210996. OLE color: 6210996.

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

Color convert

RGB 180 197 94 -
CMYK 0.09 0 0.52 0.23
HSL 69.9º 0.47% 0.57% -
HSV(B) 69.9º 0.52% 0.77% -
XYZ 40.81 50.44 18.18 -
YUV 180.18 79.37 127.88 -
System Red Green Blue C M Y K H S L
Decimal 180 197 94 0.09 0 0.52 0.23 69.9 0.47 0.57
Hex B4 C5 5E 9 0 34 17 46 2F 39
Octal 264 305 136 11 0 64 27 106 57 71
Binary 10110100 11000101 1011110 1001 0 110100 10111 1000110 101111 111001

Color Harmonies of #B4C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C55E

Black with #B4C55E

Text Example


Text Example

White with #B4C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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