Html Css Color HEX #B2C06E Wild Willow

📋 copy color: '#B2C06E'

red 178 ◦ green 192 ◦ blue 110

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

Shades of Wild Willow #B2C06E

Tints of Wild Willow #B2C06E

RGB

 RED value IS 178 (69.92% from 255) = 37.08%

 GREEN value IS 192 (75.39% from 255) = 40%

 BLUE value IS 110 (43.36% from 255) = 22.92%

R = 37.08%
G = 40%
B = 22.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B2C06E (or 0xB2C06E) is known color: Wild Willow. HEX triplet: B2, C0 and 6E. RGB value is (178,192,110). Sum of RGB (Red+Green+Blue) = 178+192+110=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C06E is #4D3F91. Grayscale: #B2B2B2. Windows color (decimal): -5062546 or 7258290. OLE color: 7258290.

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

Color convert

RGB 178 192 110 -
CMYK 0.07 0 0.43 0.25
HSL 70.24º 0.39% 0.59% -
HSV(B) 70.24º 0.43% 0.75% -
XYZ 40.02 48.29 21.96 -
YUV 178.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 178 192 110 0.07 0 0.43 0.25 70.24 0.39 0.59
Hex B2 C0 6E 7 0 2B 19 46 27 3B
Octal 262 300 156 7 0 53 31 106 47 73
Binary 10110010 11000000 1101110 111 0 101011 11001 1000110 100111 111011

Color Harmonies of #B2C06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C06E

Black with #B2C06E

Text Example


Text Example

White with #B2C06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C06E; }

 p { color: rgb(178,192,110); }

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

background-color css

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

 a { background-color: rgb(178,192,110); }

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

border-color css

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

 span { border-color: rgb(178,192,110); }

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