Html Css Color HEX #B0C75D Wild Willow

📋 copy color: '#B0C75D'

red 176 ◦ green 199 ◦ blue 93

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

Shades of Wild Willow #B0C75D

Tints of Wild Willow #B0C75D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

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

R = 37.61%
G = 42.52%
B = 19.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#B0C75D (or 0xB0C75D) is known color: Wild Willow. HEX triplet: B0, C7 and 5D. RGB value is (176,199,93). Sum of RGB (Red+Green+Blue) = 176+199+93=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C75D is #4F38A2. Grayscale: #B4B4B4. Windows color (decimal): -5191843 or 6145968. OLE color: 6145968.

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

Color convert

RGB 176 199 93 -
CMYK 0.12 0 0.53 0.22
HSL 73.02º 0.49% 0.57% -
HSV(B) 73.02º 0.53% 0.78% -
XYZ 40.3 50.87 18.05 -
YUV 180.04 78.88 125.12 -
System Red Green Blue C M Y K H S L
Decimal 176 199 93 0.12 0 0.53 0.22 73.02 0.49 0.57
Hex B0 C7 5D C 0 35 16 49 31 39
Octal 260 307 135 14 0 65 26 111 61 71
Binary 10110000 11000111 1011101 1100 0 110101 10110 1001001 110001 111001

Color Harmonies of #B0C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C75D

Black with #B0C75D

Text Example


Text Example

White with #B0C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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