Html Css Color HEX #B4C269 Wild Willow

📋 copy color: '#B4C269'

red 180 ◦ green 194 ◦ blue 105

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

Shades of Wild Willow #B4C269

Tints of Wild Willow #B4C269

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.5%

 BLUE value IS 105 (41.41% from 255) = 21.92%

R = 37.58%
G = 40.5%
B = 21.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B4C269 (or 0xB4C269) is known color: Wild Willow. HEX triplet: B4, C2 and 69. RGB value is (180,194,105). Sum of RGB (Red+Green+Blue) = 180+194+105=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C269 is #4B3D96. Grayscale: #B4B4B4. Windows color (decimal): -4930967 or 6931124. OLE color: 6931124.

HSL color Cylindrical-coordinate representation of color #B4C269: hue angle of 69.44º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4C269 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 105 -
CMYK 0.07 0 0.46 0.24
HSL 69.44º 0.42% 0.59% -
HSV(B) 69.44º 0.46% 0.76% -
XYZ 40.66 49.31 20.74 -
YUV 179.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 180 194 105 0.07 0 0.46 0.24 69.44 0.42 0.59
Hex B4 C2 69 7 0 2E 18 45 2A 3B
Octal 264 302 151 7 0 56 30 105 52 73
Binary 10110100 11000010 1101001 111 0 101110 11000 1000101 101010 111011

Color Harmonies of #B4C269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C269

Black with #B4C269

Text Example


Text Example

White with #B4C269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C269; }

 p { color: rgb(180,194,105); }

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

background-color css

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

 a { background-color: rgb(180,194,105); }

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

border-color css

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

 span { border-color: rgb(180,194,105); }

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