Html Css Color HEX #B0C95D Wild Willow

📋 copy color: '#B0C95D'

red 176 ◦ green 201 ◦ blue 93

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

Shades of Wild Willow #B0C95D

Tints of Wild Willow #B0C95D

RGB

 RED value IS 176 (69.14% from 255) = 37.45%

 GREEN value IS 201 (78.91% from 255) = 42.77%

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

R = 37.45%
G = 42.77%
B = 19.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#B0C95D (or 0xB0C95D) is known color: Wild Willow. HEX triplet: B0, C9 and 5D. RGB value is (176,201,93). Sum of RGB (Red+Green+Blue) = 176+201+93=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C95D is #4F36A2. Grayscale: #B5B5B5. Windows color (decimal): -5191331 or 6146480. OLE color: 6146480.

HSL color Cylindrical-coordinate representation of color #B0C95D: hue angle of 73.89º degrees, saturation: 0.5, 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 #B0C95D is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 93 -
CMYK 0.12 0 0.54 0.21
HSL 73.89º 0.5% 0.58% -
HSV(B) 73.89º 0.54% 0.79% -
XYZ 40.77 51.79 18.2 -
YUV 181.21 78.22 124.28 -
System Red Green Blue C M Y K H S L
Decimal 176 201 93 0.12 0 0.54 0.21 73.89 0.5 0.58
Hex B0 C9 5D C 0 36 15 4A 32 3A
Octal 260 311 135 14 0 66 25 112 62 72
Binary 10110000 11001001 1011101 1100 0 110110 10101 1001010 110010 111010

Color Harmonies of #B0C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C95D

Black with #B0C95D

Text Example


Text Example

White with #B0C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C95D; }

 p { color: rgb(176,201,93); }

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

background-color css

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

 a { background-color: rgb(176,201,93); }

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

border-color css

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

 span { border-color: rgb(176,201,93); }

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