Html Css Color HEX #BCCA6C Wild Willow

📋 copy color: '#BCCA6C'

red 188 ◦ green 202 ◦ blue 108

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

Shades of Wild Willow #BCCA6C

Tints of Wild Willow #BCCA6C

RGB

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

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

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

R = 37.75%
G = 40.56%
B = 21.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#BCCA6C (or 0xBCCA6C) is known color: Wild Willow. HEX triplet: BC, CA and 6C. RGB value is (188,202,108). Sum of RGB (Red+Green+Blue) = 188+202+108=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA6C is #433593. Grayscale: #BBBBBB. Windows color (decimal): -4404628 or 7129788. OLE color: 7129788.

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

Color convert

RGB 188 202 108 -
CMYK 0.07 0 0.47 0.21
HSL 68.94º 0.47% 0.61% -
HSV(B) 68.94º 0.47% 0.79% -
XYZ 44.57 54.02 22.26 -
YUV 187.1 83.36 128.64 -
System Red Green Blue C M Y K H S L
Decimal 188 202 108 0.07 0 0.47 0.21 68.94 0.47 0.61
Hex BC CA 6C 7 0 2F 15 45 2F 3D
Octal 274 312 154 7 0 57 25 105 57 75
Binary 10111100 11001010 1101100 111 0 101111 10101 1000101 101111 111101

Color Harmonies of #BCCA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA6C

Black with #BCCA6C

Text Example


Text Example

White with #BCCA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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