Html Css Color HEX #BCCA6E Wild Willow

📋 copy color: '#BCCA6E'

red 188 ◦ green 202 ◦ blue 110

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

Shades of Wild Willow #BCCA6E

Tints of Wild Willow #BCCA6E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 110 (43.36% from 255) = 22%

R = 37.6%
G = 40.4%
B = 22%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#BCCA6E (or 0xBCCA6E) is known color: Wild Willow. HEX triplet: BC, CA and 6E. RGB value is (188,202,110). Sum of RGB (Red+Green+Blue) = 188+202+110=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA6E is #433591. Grayscale: #BBBBBB. Windows color (decimal): -4404626 or 7260860. OLE color: 7260860.

HSL color Cylindrical-coordinate representation of color #BCCA6E: hue angle of 69.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCCA6E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 110 -
CMYK 0.07 0 0.46 0.21
HSL 69.13º 0.46% 0.61% -
HSV(B) 69.13º 0.46% 0.79% -
XYZ 44.67 54.06 22.83 -
YUV 187.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 188 202 110 0.07 0 0.46 0.21 69.13 0.46 0.61
Hex BC CA 6E 7 0 2E 15 45 2E 3D
Octal 274 312 156 7 0 56 25 105 56 75
Binary 10111100 11001010 1101110 111 0 101110 10101 1000101 101110 111101

Color Harmonies of #BCCA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA6E

Black with #BCCA6E

Text Example


Text Example

White with #BCCA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA6E; }

 p { color: rgb(188,202,110); }

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

background-color css

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

 a { background-color: rgb(188,202,110); }

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

border-color css

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

 span { border-color: rgb(188,202,110); }

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