Html Css Color HEX #B6CC65 Wild Willow

📋 copy color: '#B6CC65'

red 182 ◦ green 204 ◦ blue 101

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

Shades of Wild Willow #B6CC65

Tints of Wild Willow #B6CC65

RGB

 RED value IS 182 (71.48% from 255) = 37.37%

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

 BLUE value IS 101 (39.84% from 255) = 20.74%

R = 37.37%
G = 41.89%
B = 20.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#B6CC65 (or 0xB6CC65) is known color: Wild Willow. HEX triplet: B6, CC and 65. RGB value is (182,204,101). Sum of RGB (Red+Green+Blue) = 182+204+101=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CC65 is #49339A. Grayscale: #BABABA. Windows color (decimal): -4797339 or 6671542. OLE color: 6671542.

HSL color Cylindrical-coordinate representation of color #B6CC65: hue angle of 72.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6CC65 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 204 101 -
CMYK 0.11 0 0.50 0.2
HSL 72.82º 0.5% 0.6% -
HSV(B) 72.82º 0.5% 0.8% -
XYZ 43.23 54.07 20.47 -
YUV 185.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 182 204 101 0.11 0 0.50 0.2 72.82 0.5 0.6
Hex B6 CC 65 B 0 32 14 49 32 3C
Octal 266 314 145 13 0 62 24 111 62 74
Binary 10110110 11001100 1100101 1011 0 110010 10100 1001001 110010 111100

Color Harmonies of #B6CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CC65

Black with #B6CC65

Text Example


Text Example

White with #B6CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CC65; }

 p { color: rgb(182,204,101); }

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

background-color css

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

 a { background-color: rgb(182,204,101); }

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

border-color css

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

 span { border-color: rgb(182,204,101); }

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