Html Css Color HEX #B9CA5D Wild Willow

📋 copy color: '#B9CA5D'

red 185 ◦ green 202 ◦ blue 93

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

Shades of Wild Willow #B9CA5D

Tints of Wild Willow #B9CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 93 (36.72% from 255) = 19.38%

R = 38.54%
G = 42.08%
B = 19.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#B9CA5D (or 0xB9CA5D) is known color: Wild Willow. HEX triplet: B9, CA and 5D. RGB value is (185,202,93). Sum of RGB (Red+Green+Blue) = 185+202+93=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA5D is #4635A2. Grayscale: #B8B8B8. Windows color (decimal): -4601251 or 6146745. OLE color: 6146745.

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

Color convert

RGB 185 202 93 -
CMYK 0.08 0 0.54 0.21
HSL 69.36º 0.51% 0.58% -
HSV(B) 69.36º 0.54% 0.79% -
XYZ 43.1 53.35 18.38 -
YUV 184.49 76.37 128.36 -
System Red Green Blue C M Y K H S L
Decimal 185 202 93 0.08 0 0.54 0.21 69.36 0.51 0.58
Hex B9 CA 5D 8 0 36 15 45 33 3A
Octal 271 312 135 10 0 66 25 105 63 72
Binary 10111001 11001010 1011101 1000 0 110110 10101 1000101 110011 111010

Color Harmonies of #B9CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA5D

Black with #B9CA5D

Text Example


Text Example

White with #B9CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA5D; }

 p { color: rgb(185,202,93); }

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

background-color css

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

 a { background-color: rgb(185,202,93); }

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

border-color css

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

 span { border-color: rgb(185,202,93); }

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