Html Css Color HEX #B9C364 Wild Willow

📋 copy color: '#B9C364'

red 185 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #B9C364

Tints of Wild Willow #B9C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 38.54%
G = 40.63%
B = 20.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#B9C364 (or 0xB9C364) is known color: Wild Willow. HEX triplet: B9, C3 and 64. RGB value is (185,195,100). Sum of RGB (Red+Green+Blue) = 185+195+100=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C364 is #463C9B. Grayscale: #B5B5B5. Windows color (decimal): -4603036 or 6603705. OLE color: 6603705.

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

Color convert

RGB 185 195 100 -
CMYK 0.05 0 0.49 0.24
HSL 66.32º 0.44% 0.58% -
HSV(B) 66.32º 0.49% 0.76% -
XYZ 41.82 50.26 19.55 -
YUV 181.18 82.19 130.72 -
System Red Green Blue C M Y K H S L
Decimal 185 195 100 0.05 0 0.49 0.24 66.32 0.44 0.58
Hex B9 C3 64 5 0 31 18 42 2C 3A
Octal 271 303 144 5 0 61 30 102 54 72
Binary 10111001 11000011 1100100 101 0 110001 11000 1000010 101100 111010

Color Harmonies of #B9C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C364

Black with #B9C364

Text Example


Text Example

White with #B9C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C364; }

 p { color: rgb(185,195,100); }

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

background-color css

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

 a { background-color: rgb(185,195,100); }

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

border-color css

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

 span { border-color: rgb(185,195,100); }

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