Html Css Color HEX #B4C967 Wild Willow

📋 copy color: '#B4C967'

red 180 ◦ green 201 ◦ blue 103

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

Shades of Wild Willow #B4C967

Tints of Wild Willow #B4C967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 37.19%
G = 41.53%
B = 21.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#B4C967 (or 0xB4C967) is known color: Wild Willow. HEX triplet: B4, C9 and 67. RGB value is (180,201,103). Sum of RGB (Red+Green+Blue) = 180+201+103=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #B4C967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C967 is #4B3698. Grayscale: #B7B7B7. Windows color (decimal): -4929177 or 6801844. OLE color: 6801844.

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

Color convert

RGB 180 201 103 -
CMYK 0.10 0 0.49 0.21
HSL 72.86º 0.48% 0.6% -
HSV(B) 72.86º 0.49% 0.79% -
XYZ 42.16 52.46 20.74 -
YUV 183.55 82.54 125.47 -
System Red Green Blue C M Y K H S L
Decimal 180 201 103 0.10 0 0.49 0.21 72.86 0.48 0.6
Hex B4 C9 67 A 0 31 15 49 30 3C
Octal 264 311 147 12 0 61 25 111 60 74
Binary 10110100 11001001 1100111 1010 0 110001 10101 1001001 110000 111100

Color Harmonies of #B4C967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C967

Black with #B4C967

Text Example


Text Example

White with #B4C967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C967; }

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

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

background-color css

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

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

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

border-color css

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

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

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