Html Css Color HEX #B4D066 Wild Willow

📋 copy color: '#B4D066'

red 180 ◦ green 208 ◦ blue 102

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

Shades of Wild Willow #B4D066

Tints of Wild Willow #B4D066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.45%

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

R = 36.73%
G = 42.45%
B = 20.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#B4D066 (or 0xB4D066) is known color: Wild Willow. HEX triplet: B4, D0 and 66. RGB value is (180,208,102). Sum of RGB (Red+Green+Blue) = 180+208+102=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D066 is #4B2F99. Grayscale: #BBBBBB. Windows color (decimal): -4927386 or 6738100. OLE color: 6738100.

HSL color Cylindrical-coordinate representation of color #B4D066: hue angle of 75.85º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4D066 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 208 102 -
CMYK 0.13 0 0.51 0.18
HSL 75.85º 0.53% 0.61% -
HSV(B) 75.85º 0.51% 0.82% -
XYZ 43.78 55.77 21.03 -
YUV 187.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 180 208 102 0.13 0 0.51 0.18 75.85 0.53 0.61
Hex B4 D0 66 D 0 33 12 4C 35 3D
Octal 264 320 146 15 0 63 22 114 65 75
Binary 10110100 11010000 1100110 1101 0 110011 10010 1001100 110101 111101

Color Harmonies of #B4D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D066

Black with #B4D066

Text Example


Text Example

White with #B4D066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D066; }

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

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

background-color css

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

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

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

border-color css

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

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

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