Html Css Color HEX #B9C268 Wild Willow

📋 copy color: '#B9C268'

red 185 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #B9C268

Tints of Wild Willow #B9C268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.17%

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

R = 38.3%
G = 40.17%
B = 21.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B9C268 (or 0xB9C268) is known color: Wild Willow. HEX triplet: B9, C2 and 68. RGB value is (185,194,104). Sum of RGB (Red+Green+Blue) = 185+194+104=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C268 is #463D97. Grayscale: #B5B5B5. Windows color (decimal): -4603288 or 6865593. OLE color: 6865593.

HSL color Cylindrical-coordinate representation of color #B9C268: hue angle of 66º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9C268 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 104 -
CMYK 0.05 0 0.46 0.24
HSL 66º 0.42% 0.58% -
HSV(B) 66º 0.46% 0.76% -
XYZ 41.8 49.9 20.52 -
YUV 181.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 185 194 104 0.05 0 0.46 0.24 66 0.42 0.58
Hex B9 C2 68 5 0 2E 18 42 2A 3A
Octal 271 302 150 5 0 56 30 102 52 72
Binary 10111001 11000010 1101000 101 0 101110 11000 1000010 101010 111010

Color Harmonies of #B9C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C268

Black with #B9C268

Text Example


Text Example

White with #B9C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C268; }

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

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

background-color css

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

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

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

border-color css

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

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

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