Html Css Color HEX #B0BE5E Wild Willow

📋 copy color: '#B0BE5E'

red 176 ◦ green 190 ◦ blue 94

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

Shades of Wild Willow #B0BE5E

Tints of Wild Willow #B0BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

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

R = 38.26%
G = 41.3%
B = 20.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B0BE5E (or 0xB0BE5E) is known color: Wild Willow. HEX triplet: B0, BE and 5E. RGB value is (176,190,94). Sum of RGB (Red+Green+Blue) = 176+190+94=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE5E is #4F41A1. Grayscale: #AFAFAF. Windows color (decimal): -5194146 or 6209200. OLE color: 6209200.

HSL color Cylindrical-coordinate representation of color #B0BE5E: hue angle of 68.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0BE5E is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 94 -
CMYK 0.07 0 0.51 0.25
HSL 68.75º 0.42% 0.56% -
HSV(B) 68.75º 0.51% 0.75% -
XYZ 38.34 46.87 17.61 -
YUV 174.87 82.36 128.81 -
System Red Green Blue C M Y K H S L
Decimal 176 190 94 0.07 0 0.51 0.25 68.75 0.42 0.56
Hex B0 BE 5E 7 0 33 19 45 2A 38
Octal 260 276 136 7 0 63 31 105 52 70
Binary 10110000 10111110 1011110 111 0 110011 11001 1000101 101010 111000

Color Harmonies of #B0BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE5E

Black with #B0BE5E

Text Example


Text Example

White with #B0BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE5E; }

 p { color: rgb(176,190,94); }

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

background-color css

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

 a { background-color: rgb(176,190,94); }

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

border-color css

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

 span { border-color: rgb(176,190,94); }

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