Html Css Color HEX #B9C961 Wild Willow

📋 copy color: '#B9C961'

red 185 ◦ green 201 ◦ blue 97

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

Shades of Wild Willow #B9C961

Tints of Wild Willow #B9C961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.08%

R = 38.3%
G = 41.61%
B = 20.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#B9C961 (or 0xB9C961) is known color: Wild Willow. HEX triplet: B9, C9 and 61. RGB value is (185,201,97). Sum of RGB (Red+Green+Blue) = 185+201+97=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C961 is #46369E. Grayscale: #B8B8B8. Windows color (decimal): -4601503 or 6408633. OLE color: 6408633.

HSL color Cylindrical-coordinate representation of color #B9C961: hue angle of 69.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9C961 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 97 -
CMYK 0.08 0 0.52 0.21
HSL 69.23º 0.49% 0.58% -
HSV(B) 69.23º 0.52% 0.79% -
XYZ 43.05 52.95 19.26 -
YUV 184.36 78.7 128.46 -
System Red Green Blue C M Y K H S L
Decimal 185 201 97 0.08 0 0.52 0.21 69.23 0.49 0.58
Hex B9 C9 61 8 0 34 15 45 31 3A
Octal 271 311 141 10 0 64 25 105 61 72
Binary 10111001 11001001 1100001 1000 0 110100 10101 1000101 110001 111010

Color Harmonies of #B9C961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C961

Black with #B9C961

Text Example


Text Example

White with #B9C961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C961; }

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

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

background-color css

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

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

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

border-color css

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

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

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