Html Css Color HEX #BCCC6C Wild Willow

📋 copy color: '#BCCC6C'

red 188 ◦ green 204 ◦ blue 108

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

Shades of Wild Willow #BCCC6C

Tints of Wild Willow #BCCC6C

RGB

 RED value IS 188 (73.83% from 255) = 37.6%

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

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

R = 37.6%
G = 40.8%
B = 21.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#BCCC6C (or 0xBCCC6C) is known color: Wild Willow. HEX triplet: BC, CC and 6C. RGB value is (188,204,108). Sum of RGB (Red+Green+Blue) = 188+204+108=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC6C is #433393. Grayscale: #BCBCBC. Windows color (decimal): -4404116 or 7130300. OLE color: 7130300.

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

Color convert

RGB 188 204 108 -
CMYK 0.08 0 0.47 0.2
HSL 70º 0.48% 0.61% -
HSV(B) 70º 0.47% 0.8% -
XYZ 45.04 54.96 22.42 -
YUV 188.27 82.7 127.81 -
System Red Green Blue C M Y K H S L
Decimal 188 204 108 0.08 0 0.47 0.2 70 0.48 0.61
Hex BC CC 6C 8 0 2F 14 46 30 3D
Octal 274 314 154 10 0 57 24 106 60 75
Binary 10111100 11001100 1101100 1000 0 101111 10100 1000110 110000 111101

Color Harmonies of #BCCC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC6C

Black with #BCCC6C

Text Example


Text Example

White with #BCCC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC6C; }

 p { color: rgb(188,204,108); }

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

background-color css

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

 a { background-color: rgb(188,204,108); }

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

border-color css

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

 span { border-color: rgb(188,204,108); }

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