Html Css Color HEX #BCCA6D Wild Willow

📋 copy color: '#BCCA6D'

red 188 ◦ green 202 ◦ blue 109

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

Shades of Wild Willow #BCCA6D

Tints of Wild Willow #BCCA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 37.68%
G = 40.48%
B = 21.84%

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

#BCCA6D (or 0xBCCA6D) is known color: Wild Willow. HEX triplet: BC, CA and 6D. RGB value is (188,202,109). Sum of RGB (Red+Green+Blue) = 188+202+109=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA6D is #433592. Grayscale: #BBBBBB. Windows color (decimal): -4404627 or 7195324. OLE color: 7195324.

HSL color Cylindrical-coordinate representation of color #BCCA6D: hue angle of 69.03º degrees, saturation: 0.47, 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 #BCCA6D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 202 109 -
CMYK 0.07 0 0.46 0.21
HSL 69.03º 0.47% 0.61% -
HSV(B) 69.03º 0.46% 0.79% -
XYZ 44.62 54.04 22.55 -
YUV 187.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 188 202 109 0.07 0 0.46 0.21 69.03 0.47 0.61
Hex BC CA 6D 7 0 2E 15 45 2F 3D
Octal 274 312 155 7 0 56 25 105 57 75
Binary 10111100 11001010 1101101 111 0 101110 10101 1000101 101111 111101

Color Harmonies of #BCCA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA6D

Black with #BCCA6D

Text Example


Text Example

White with #BCCA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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