Html Css Color HEX #B4C066 Wild Willow

📋 copy color: '#B4C066'

red 180 ◦ green 192 ◦ blue 102

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

Shades of Wild Willow #B4C066

Tints of Wild Willow #B4C066

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.51%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 37.97%
G = 40.51%
B = 21.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B4C066 (or 0xB4C066) is known color: Wild Willow. HEX triplet: B4, C0 and 66. RGB value is (180,192,102). Sum of RGB (Red+Green+Blue) = 180+192+102=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C066 is #4B3F99. Grayscale: #B2B2B2. Windows color (decimal): -4931482 or 6734004. OLE color: 6734004.

HSL color Cylindrical-coordinate representation of color #B4C066: hue angle of 68º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4C066 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 192 102 -
CMYK 0.06 0 0.47 0.25
HSL 68º 0.42% 0.58% -
HSV(B) 68º 0.47% 0.75% -
XYZ 40.07 48.36 19.79 -
YUV 178.15 85.02 129.32 -
System Red Green Blue C M Y K H S L
Decimal 180 192 102 0.06 0 0.47 0.25 68 0.42 0.58
Hex B4 C0 66 6 0 2F 19 44 2A 3A
Octal 264 300 146 6 0 57 31 104 52 72
Binary 10110100 11000000 1100110 110 0 101111 11001 1000100 101010 111010

Color Harmonies of #B4C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C066

Black with #B4C066

Text Example


Text Example

White with #B4C066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C066; }

 p { color: rgb(180,192,102); }

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

background-color css

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

 a { background-color: rgb(180,192,102); }

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

border-color css

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

 span { border-color: rgb(180,192,102); }

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