Html Css Color HEX #B4CF60 Wild Willow

📋 copy color: '#B4CF60'

red 180 ◦ green 207 ◦ blue 96

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

Shades of Wild Willow #B4CF60

Tints of Wild Willow #B4CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.86%

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 37.27%
G = 42.86%
B = 19.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#B4CF60 (or 0xB4CF60) is known color: Wild Willow. HEX triplet: B4, CF and 60. RGB value is (180,207,96). Sum of RGB (Red+Green+Blue) = 180+207+96=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF60 is #4B309F. Grayscale: #BABABA. Windows color (decimal): -4927648 or 6344628. OLE color: 6344628.

HSL color Cylindrical-coordinate representation of color #B4CF60: hue angle of 74.59º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4CF60 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 207 96 -
CMYK 0.13 0 0.54 0.19
HSL 74.59º 0.54% 0.59% -
HSV(B) 74.59º 0.54% 0.81% -
XYZ 43.25 55.17 19.44 -
YUV 186.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 180 207 96 0.13 0 0.54 0.19 74.59 0.54 0.59
Hex B4 CF 60 D 0 36 13 4B 36 3B
Octal 264 317 140 15 0 66 23 113 66 73
Binary 10110100 11001111 1100000 1101 0 110110 10011 1001011 110110 111011

Color Harmonies of #B4CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CF60

Black with #B4CF60

Text Example


Text Example

White with #B4CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CF60; }

 p { color: rgb(180,207,96); }

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

background-color css

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

 a { background-color: rgb(180,207,96); }

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

border-color css

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

 span { border-color: rgb(180,207,96); }

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