Html Css Color HEX #B9C068 Wild Willow

📋 copy color: '#B9C068'

red 185 ◦ green 192 ◦ blue 104

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

Shades of Wild Willow #B9C068

Tints of Wild Willow #B9C068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

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

R = 38.46%
G = 39.92%
B = 21.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#B9C068 (or 0xB9C068) is known color: Wild Willow. HEX triplet: B9, C0 and 68. RGB value is (185,192,104). Sum of RGB (Red+Green+Blue) = 185+192+104=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C068 is #463F97. Grayscale: #B4B4B4. Windows color (decimal): -4603800 or 6865081. OLE color: 6865081.

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

Color convert

RGB 185 192 104 -
CMYK 0.04 0 0.46 0.25
HSL 64.77º 0.41% 0.58% -
HSV(B) 64.77º 0.46% 0.75% -
XYZ 41.36 49.01 20.38 -
YUV 179.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 185 192 104 0.04 0 0.46 0.25 64.77 0.41 0.58
Hex B9 C0 68 4 0 2E 19 41 29 3A
Octal 271 300 150 4 0 56 31 101 51 72
Binary 10111001 11000000 1101000 100 0 101110 11001 1000001 101001 111010

Color Harmonies of #B9C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C068

Black with #B9C068

Text Example


Text Example

White with #B9C068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C068; }

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

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

background-color css

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

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

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

border-color css

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

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

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