Html Css Color HEX #B2CC5D Wild Willow

📋 copy color: '#B2CC5D'

red 178 ◦ green 204 ◦ blue 93

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

Shades of Wild Willow #B2CC5D

Tints of Wild Willow #B2CC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.58%

R = 37.47%
G = 42.95%
B = 19.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#B2CC5D (or 0xB2CC5D) is known color: Wild Willow. HEX triplet: B2, CC and 5D. RGB value is (178,204,93). Sum of RGB (Red+Green+Blue) = 178+204+93=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC5D is #4D33A2. Grayscale: #B7B7B7. Windows color (decimal): -5059491 or 6147250. OLE color: 6147250.

HSL color Cylindrical-coordinate representation of color #B2CC5D: hue angle of 74.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2CC5D is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 93 -
CMYK 0.13 0 0.54 0.2
HSL 74.05º 0.52% 0.58% -
HSV(B) 74.05º 0.54% 0.8% -
XYZ 41.93 53.44 18.46 -
YUV 183.57 76.89 124.03 -
System Red Green Blue C M Y K H S L
Decimal 178 204 93 0.13 0 0.54 0.2 74.05 0.52 0.58
Hex B2 CC 5D D 0 36 14 4A 34 3A
Octal 262 314 135 15 0 66 24 112 64 72
Binary 10110010 11001100 1011101 1101 0 110110 10100 1001010 110100 111010

Color Harmonies of #B2CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC5D

Black with #B2CC5D

Text Example


Text Example

White with #B2CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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