Html Css Color HEX #B9C85A Wild Willow

📋 copy color: '#B9C85A'

red 185 ◦ green 200 ◦ blue 90

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

Shades of Wild Willow #B9C85A

Tints of Wild Willow #B9C85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.11%

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 38.95%
G = 42.11%
B = 18.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#B9C85A (or 0xB9C85A) is known color: Wild Willow. HEX triplet: B9, C8 and 5A. RGB value is (185,200,90). Sum of RGB (Red+Green+Blue) = 185+200+90=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 200 (78.52% from 255 or 42.11% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C85A is #4637A5. Grayscale: #B7B7B7. Windows color (decimal): -4601766 or 5949625. OLE color: 5949625.

HSL color Cylindrical-coordinate representation of color #B9C85A: hue angle of 68.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9C85A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 200 90 -
CMYK 0.08 0 0.55 0.22
HSL 68.18º 0.5% 0.57% -
HSV(B) 68.18º 0.55% 0.78% -
XYZ 42.51 52.36 17.54 -
YUV 182.98 75.53 129.44 -
System Red Green Blue C M Y K H S L
Decimal 185 200 90 0.08 0 0.55 0.22 68.18 0.5 0.57
Hex B9 C8 5A 8 0 37 16 44 32 39
Octal 271 310 132 10 0 67 26 104 62 71
Binary 10111001 11001000 1011010 1000 0 110111 10110 1000100 110010 111001

Color Harmonies of #B9C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C85A

Black with #B9C85A

Text Example


Text Example

White with #B9C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C85A; }

 p { color: rgb(185,200,90); }

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

background-color css

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

 a { background-color: rgb(185,200,90); }

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

border-color css

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

 span { border-color: rgb(185,200,90); }

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