Html Css Color HEX #B0BD67 Wild Willow

📋 copy color: '#B0BD67'

red 176 ◦ green 189 ◦ blue 103

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

Shades of Wild Willow #B0BD67

Tints of Wild Willow #B0BD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.01%

R = 37.61%
G = 40.38%
B = 22.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#B0BD67 (or 0xB0BD67) is known color: Wild Willow. HEX triplet: B0, BD and 67. RGB value is (176,189,103). Sum of RGB (Red+Green+Blue) = 176+189+103=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BD67 is #4F4298. Grayscale: #AFAFAF. Windows color (decimal): -5194393 or 6798768. OLE color: 6798768.

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

Color convert

RGB 176 189 103 -
CMYK 0.07 0 0.46 0.26
HSL 69.07º 0.39% 0.57% -
HSV(B) 69.07º 0.46% 0.74% -
XYZ 38.55 46.6 19.8 -
YUV 175.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 176 189 103 0.07 0 0.46 0.26 69.07 0.39 0.57
Hex B0 BD 67 7 0 2E 1A 45 27 39
Octal 260 275 147 7 0 56 32 105 47 71
Binary 10110000 10111101 1100111 111 0 101110 11010 1000101 100111 111001

Color Harmonies of #B0BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD67

Black with #B0BD67

Text Example


Text Example

White with #B0BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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