Html Css Color HEX #BCCC6A Wild Willow

📋 copy color: '#BCCC6A'

red 188 ◦ green 204 ◦ blue 106

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

Shades of Wild Willow #BCCC6A

Tints of Wild Willow #BCCC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 37.75%
G = 40.96%
B = 21.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#BCCC6A (or 0xBCCC6A) is known color: Wild Willow. HEX triplet: BC, CC and 6A. RGB value is (188,204,106). Sum of RGB (Red+Green+Blue) = 188+204+106=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC6A is #433395. Grayscale: #BCBCBC. Windows color (decimal): -4404118 or 6999228. OLE color: 6999228.

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

Color convert

RGB 188 204 106 -
CMYK 0.08 0 0.48 0.2
HSL 69.8º 0.49% 0.61% -
HSV(B) 69.8º 0.48% 0.8% -
XYZ 44.93 54.92 21.87 -
YUV 188.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 188 204 106 0.08 0 0.48 0.2 69.8 0.49 0.61
Hex BC CC 6A 8 0 30 14 46 31 3D
Octal 274 314 152 10 0 60 24 106 61 75
Binary 10111100 11001100 1101010 1000 0 110000 10100 1000110 110001 111101

Color Harmonies of #BCCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC6A

Black with #BCCC6A

Text Example


Text Example

White with #BCCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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