Html Css Color HEX #B2CC6D Wild Willow

📋 copy color: '#B2CC6D'

red 178 ◦ green 204 ◦ blue 109

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

Shades of Wild Willow #B2CC6D

Tints of Wild Willow #B2CC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.55%

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 36.25%
G = 41.55%
B = 22.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#B2CC6D (or 0xB2CC6D) is known color: Wild Willow. HEX triplet: B2, CC and 6D. RGB value is (178,204,109). Sum of RGB (Red+Green+Blue) = 178+204+109=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC6D is #4D3392. Grayscale: #B9B9B9. Windows color (decimal): -5059475 or 7195826. OLE color: 7195826.

HSL color Cylindrical-coordinate representation of color #B2CC6D: hue angle of 76.42º degrees, saturation: 0.48, 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 #B2CC6D is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 109 -
CMYK 0.13 0 0.47 0.2
HSL 76.42º 0.48% 0.61% -
HSV(B) 76.42º 0.47% 0.8% -
XYZ 42.71 53.75 22.59 -
YUV 185.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 178 204 109 0.13 0 0.47 0.2 76.42 0.48 0.61
Hex B2 CC 6D D 0 2F 14 4C 30 3D
Octal 262 314 155 15 0 57 24 114 60 75
Binary 10110010 11001100 1101101 1101 0 101111 10100 1001100 110000 111101

Color Harmonies of #B2CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC6D

Black with #B2CC6D

Text Example


Text Example

White with #B2CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC6D; }

 p { color: rgb(178,204,109); }

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

background-color css

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

 a { background-color: rgb(178,204,109); }

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

border-color css

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

 span { border-color: rgb(178,204,109); }

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