Html Css Color HEX #B9C968 Wild Willow

📋 copy color: '#B9C968'

red 185 ◦ green 201 ◦ blue 104

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

Shades of Wild Willow #B9C968

Tints of Wild Willow #B9C968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.22%

R = 37.76%
G = 41.02%
B = 21.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#B9C968 (or 0xB9C968) is known color: Wild Willow. HEX triplet: B9, C9 and 68. RGB value is (185,201,104). Sum of RGB (Red+Green+Blue) = 185+201+104=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C968 is #463697. Grayscale: #B9B9B9. Windows color (decimal): -4601496 or 6867385. OLE color: 6867385.

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

Color convert

RGB 185 201 104 -
CMYK 0.08 0 0.48 0.21
HSL 69.9º 0.47% 0.6% -
HSV(B) 69.9º 0.48% 0.79% -
XYZ 43.39 53.09 21.06 -
YUV 185.16 82.2 127.89 -
System Red Green Blue C M Y K H S L
Decimal 185 201 104 0.08 0 0.48 0.21 69.9 0.47 0.6
Hex B9 C9 68 8 0 30 15 46 2F 3C
Octal 271 311 150 10 0 60 25 106 57 74
Binary 10111001 11001001 1101000 1000 0 110000 10101 1000110 101111 111100

Color Harmonies of #B9C968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C968

Black with #B9C968

Text Example


Text Example

White with #B9C968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C968; }

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

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

background-color css

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

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

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

border-color css

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

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

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