Html Css Color HEX #B2D268 Wild Willow

📋 copy color: '#B2D268'

red 178 ◦ green 210 ◦ blue 104

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

Shades of Wild Willow #B2D268

Tints of Wild Willow #B2D268

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.68%

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

R = 36.18%
G = 42.68%
B = 21.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#B2D268 (or 0xB2D268) is known color: Wild Willow. HEX triplet: B2, D2 and 68. RGB value is (178,210,104). Sum of RGB (Red+Green+Blue) = 178+210+104=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D268 is #4D2D97. Grayscale: #BCBCBC. Windows color (decimal): -5057944 or 6869682. OLE color: 6869682.

HSL color Cylindrical-coordinate representation of color #B2D268: hue angle of 78.11º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2D268 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 210 104 -
CMYK 0.15 0 0.50 0.18
HSL 78.11º 0.54% 0.62% -
HSV(B) 78.11º 0.5% 0.82% -
XYZ 43.91 56.56 21.7 -
YUV 188.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 178 210 104 0.15 0 0.50 0.18 78.11 0.54 0.62
Hex B2 D2 68 F 0 32 12 4E 36 3E
Octal 262 322 150 17 0 62 22 116 66 76
Binary 10110010 11010010 1101000 1111 0 110010 10010 1001110 110110 111110

Color Harmonies of #B2D268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D268

Black with #B2D268

Text Example


Text Example

White with #B2D268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D268; }

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

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

background-color css

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

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

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

border-color css

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

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

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