Html Css Color HEX #B0BD64 Wild Willow

📋 copy color: '#B0BD64'

red 176 ◦ green 189 ◦ blue 100

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

Shades of Wild Willow #B0BD64

Tints of Wild Willow #B0BD64

RGB

 RED value IS 176 (69.14% from 255) = 37.85%

 GREEN value IS 189 (74.22% from 255) = 40.65%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 37.85%
G = 40.65%
B = 21.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#B0BD64 (or 0xB0BD64) is known color: Wild Willow. HEX triplet: B0, BD and 64. RGB value is (176,189,100). Sum of RGB (Red+Green+Blue) = 176+189+100=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD64 is #4F429B. Grayscale: #AFAFAF. Windows color (decimal): -5194396 or 6602160. OLE color: 6602160.

HSL color Cylindrical-coordinate representation of color #B0BD64: hue angle of 68.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0BD64 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 100 -
CMYK 0.07 0 0.47 0.26
HSL 68.76º 0.4% 0.57% -
HSV(B) 68.76º 0.47% 0.74% -
XYZ 38.4 46.55 19.02 -
YUV 174.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 176 189 100 0.07 0 0.47 0.26 68.76 0.4 0.57
Hex B0 BD 64 7 0 2F 1A 45 28 39
Octal 260 275 144 7 0 57 32 105 50 71
Binary 10110000 10111101 1100100 111 0 101111 11010 1000101 101000 111001

Color Harmonies of #B0BD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD64

Black with #B0BD64

Text Example


Text Example

White with #B0BD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD64; }

 p { color: rgb(176,189,100); }

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

background-color css

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

 a { background-color: rgb(176,189,100); }

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

border-color css

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

 span { border-color: rgb(176,189,100); }

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