Html Css Color HEX #B9C965 Wild Willow

📋 copy color: '#B9C965'

red 185 ◦ green 201 ◦ blue 101

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

Shades of Wild Willow #B9C965

Tints of Wild Willow #B9C965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.27%

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

R = 37.99%
G = 41.27%
B = 20.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#B9C965 (or 0xB9C965) is known color: Wild Willow. HEX triplet: B9, C9 and 65. RGB value is (185,201,101). Sum of RGB (Red+Green+Blue) = 185+201+101=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C965 is #46369A. Grayscale: #B9B9B9. Windows color (decimal): -4601499 or 6670777. OLE color: 6670777.

HSL color Cylindrical-coordinate representation of color #B9C965: hue angle of 69.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9C965 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 101 -
CMYK 0.08 0 0.50 0.21
HSL 69.6º 0.48% 0.59% -
HSV(B) 69.6º 0.5% 0.79% -
XYZ 43.24 53.03 20.27 -
YUV 184.82 80.7 128.13 -
System Red Green Blue C M Y K H S L
Decimal 185 201 101 0.08 0 0.50 0.21 69.6 0.48 0.59
Hex B9 C9 65 8 0 32 15 46 30 3B
Octal 271 311 145 10 0 62 25 106 60 73
Binary 10111001 11001001 1100101 1000 0 110010 10101 1000110 110000 111011

Color Harmonies of #B9C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C965

Black with #B9C965

Text Example


Text Example

White with #B9C965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C965; }

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

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

background-color css

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

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

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

border-color css

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

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

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