Html Css Color HEX #B8CA5E Wild Willow

📋 copy color: '#B8CA5E'

red 184 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #B8CA5E

Tints of Wild Willow #B8CA5E

RGB

 RED value IS 184 (72.27% from 255) = 38.33%

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

 BLUE value IS 94 (37.11% from 255) = 19.58%

R = 38.33%
G = 42.08%
B = 19.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#B8CA5E (or 0xB8CA5E) is known color: Wild Willow. HEX triplet: B8, CA and 5E. RGB value is (184,202,94). Sum of RGB (Red+Green+Blue) = 184+202+94=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CA5E is #4735A1. Grayscale: #B8B8B8. Windows color (decimal): -4666786 or 6212280. OLE color: 6212280.

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

Color convert

RGB 184 202 94 -
CMYK 0.09 0 0.53 0.21
HSL 70º 0.5% 0.58% -
HSV(B) 70º 0.53% 0.79% -
XYZ 42.91 53.24 18.6 -
YUV 184.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 184 202 94 0.09 0 0.53 0.21 70 0.5 0.58
Hex B8 CA 5E 9 0 35 15 46 32 3A
Octal 270 312 136 11 0 65 25 106 62 72
Binary 10111000 11001010 1011110 1001 0 110101 10101 1000110 110010 111010

Color Harmonies of #B8CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA5E

Black with #B8CA5E

Text Example


Text Example

White with #B8CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA5E; }

 p { color: rgb(184,202,94); }

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

background-color css

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

 a { background-color: rgb(184,202,94); }

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

border-color css

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

 span { border-color: rgb(184,202,94); }

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