Html Css Color HEX #B2CD6C Wild Willow

📋 copy color: '#B2CD6C'

red 178 ◦ green 205 ◦ blue 108

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

Shades of Wild Willow #B2CD6C

Tints of Wild Willow #B2CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.75%

 BLUE value IS 108 (42.58% from 255) = 22%

R = 36.25%
G = 41.75%
B = 22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#B2CD6C (or 0xB2CD6C) is known color: Wild Willow. HEX triplet: B2, CD and 6C. RGB value is (178,205,108). Sum of RGB (Red+Green+Blue) = 178+205+108=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD6C is #4D3293. Grayscale: #BABABA. Windows color (decimal): -5059220 or 7130546. OLE color: 7130546.

HSL color Cylindrical-coordinate representation of color #B2CD6C: hue angle of 76.7º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2CD6C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 108 -
CMYK 0.13 0 0.47 0.20
HSL 76.7º 0.49% 0.61% -
HSV(B) 76.7º 0.47% 0.8% -
XYZ 42.9 54.21 22.39 -
YUV 185.87 84.05 122.39 -
System Red Green Blue C M Y K H S L
Decimal 178 205 108 0.13 0 0.47 0.20 76.7 0.49 0.61
Hex B2 CD 6C D 0 2F 14 4D 31 3D
Octal 262 315 154 15 0 57 24 115 61 75
Binary 10110010 11001101 1101100 1101 0 101111 10100 1001101 110001 111101

Color Harmonies of #B2CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD6C

Black with #B2CD6C

Text Example


Text Example

White with #B2CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD6C; }

 p { color: rgb(178,205,108); }

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

background-color css

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

 a { background-color: rgb(178,205,108); }

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

border-color css

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

 span { border-color: rgb(178,205,108); }

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