Html Css Color HEX #B4D069 Wild Willow

📋 copy color: '#B4D069'

red 180 ◦ green 208 ◦ blue 105

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

Shades of Wild Willow #B4D069

Tints of Wild Willow #B4D069

RGB

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

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

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

R = 36.51%
G = 42.19%
B = 21.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#B4D069 (or 0xB4D069) is known color: Wild Willow. HEX triplet: B4, D0 and 69. RGB value is (180,208,105). Sum of RGB (Red+Green+Blue) = 180+208+105=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #B4D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D069 is #4B2F96. Grayscale: #BCBCBC. Windows color (decimal): -4927383 or 6934708. OLE color: 6934708.

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

Color convert

RGB 180 208 105 -
CMYK 0.13 0 0.50 0.18
HSL 76.31º 0.52% 0.61% -
HSV(B) 76.31º 0.5% 0.82% -
XYZ 43.93 55.83 21.83 -
YUV 187.89 81.22 122.38 -
System Red Green Blue C M Y K H S L
Decimal 180 208 105 0.13 0 0.50 0.18 76.31 0.52 0.61
Hex B4 D0 69 D 0 32 12 4C 34 3D
Octal 264 320 151 15 0 62 22 114 64 75
Binary 10110100 11010000 1101001 1101 0 110010 10010 1001100 110100 111101

Color Harmonies of #B4D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D069

Black with #B4D069

Text Example


Text Example

White with #B4D069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D069; }

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

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

background-color css

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

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

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

border-color css

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

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

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