Html Css Color HEX #B2C168 Wild Willow

📋 copy color: '#B2C168'

red 178 ◦ green 193 ◦ blue 104

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

Shades of Wild Willow #B2C168

Tints of Wild Willow #B2C168

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 104 (41.02% from 255) = 21.89%

R = 37.47%
G = 40.63%
B = 21.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#B2C168 (or 0xB2C168) is known color: Wild Willow. HEX triplet: B2, C1 and 68. RGB value is (178,193,104). Sum of RGB (Red+Green+Blue) = 178+193+104=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C168 is #4D3E97. Grayscale: #B2B2B2. Windows color (decimal): -5062296 or 6865330. OLE color: 6865330.

HSL color Cylindrical-coordinate representation of color #B2C168: hue angle of 70.11º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2C168 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 193 104 -
CMYK 0.08 0 0.46 0.24
HSL 70.11º 0.42% 0.58% -
HSV(B) 70.11º 0.46% 0.76% -
XYZ 39.93 48.6 20.37 -
YUV 178.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 178 193 104 0.08 0 0.46 0.24 70.11 0.42 0.58
Hex B2 C1 68 8 0 2E 18 46 2A 3A
Octal 262 301 150 10 0 56 30 106 52 72
Binary 10110010 11000001 1101000 1000 0 101110 11000 1000110 101010 111010

Color Harmonies of #B2C168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C168

Black with #B2C168

Text Example


Text Example

White with #B2C168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C168; }

 p { color: rgb(178,193,104); }

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

background-color css

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

 a { background-color: rgb(178,193,104); }

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

border-color css

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

 span { border-color: rgb(178,193,104); }

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