Html Css Color HEX #BCCA6B Wild Willow

📋 copy color: '#BCCA6B'

red 188 ◦ green 202 ◦ blue 107

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

Shades of Wild Willow #BCCA6B

Tints of Wild Willow #BCCA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 37.83%
G = 40.64%
B = 21.53%

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

#BCCA6B (or 0xBCCA6B) is known color: Wild Willow. HEX triplet: BC, CA and 6B. RGB value is (188,202,107). Sum of RGB (Red+Green+Blue) = 188+202+107=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCA6B is #433594. Grayscale: #BBBBBB. Windows color (decimal): -4404629 or 7064252. OLE color: 7064252.

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

Color convert

RGB 188 202 107 -
CMYK 0.07 0 0.47 0.21
HSL 68.84º 0.47% 0.61% -
HSV(B) 68.84º 0.47% 0.79% -
XYZ 44.51 53.99 21.99 -
YUV 186.98 82.86 128.72 -
System Red Green Blue C M Y K H S L
Decimal 188 202 107 0.07 0 0.47 0.21 68.84 0.47 0.61
Hex BC CA 6B 7 0 2F 15 45 2F 3D
Octal 274 312 153 7 0 57 25 105 57 75
Binary 10111100 11001010 1101011 111 0 101111 10101 1000101 101111 111101

Color Harmonies of #BCCA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCA6B

Black with #BCCA6B

Text Example


Text Example

White with #BCCA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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