Html Css Color HEX #B9BF65 Wild Willow

📋 copy color: '#B9BF65'

red 185 ◦ green 191 ◦ blue 101

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

Shades of Wild Willow #B9BF65

Tints of Wild Willow #B9BF65

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

 GREEN value IS 191 (75% from 255) = 40.04%

 BLUE value IS 101 (39.84% from 255) = 21.17%

R = 38.78%
G = 40.04%
B = 21.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#B9BF65 (or 0xB9BF65) is known color: Wild Willow. HEX triplet: B9, BF and 65. RGB value is (185,191,101). Sum of RGB (Red+Green+Blue) = 185+191+101=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF65 is #46409A. Grayscale: #B3B3B3. Windows color (decimal): -4604059 or 6668217. OLE color: 6668217.

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

Color convert

RGB 185 191 101 -
CMYK 0.03 0 0.47 0.25
HSL 64º 0.41% 0.57% -
HSV(B) 64º 0.47% 0.75% -
XYZ 40.99 48.52 19.52 -
YUV 178.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 185 191 101 0.03 0 0.47 0.25 64 0.41 0.57
Hex B9 BF 65 3 0 2F 19 40 29 39
Octal 271 277 145 3 0 57 31 100 51 71
Binary 10111001 10111111 1100101 11 0 101111 11001 1000000 101001 111001

Color Harmonies of #B9BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF65

Black with #B9BF65

Text Example


Text Example

White with #B9BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF65; }

 p { color: rgb(185,191,101); }

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

background-color css

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

 a { background-color: rgb(185,191,101); }

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

border-color css

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

 span { border-color: rgb(185,191,101); }

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