Html Css Color HEX #BCC768 Wild Willow

📋 copy color: '#BCC768'

red 188 ◦ green 199 ◦ blue 104

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

Shades of Wild Willow #BCC768

Tints of Wild Willow #BCC768

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.53%

 BLUE value IS 104 (41.02% from 255) = 21.18%

R = 38.29%
G = 40.53%
B = 21.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BCC768 (or 0xBCC768) is known color: Wild Willow. HEX triplet: BC, C7 and 68. RGB value is (188,199,104). Sum of RGB (Red+Green+Blue) = 188+199+104=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC768 is #433897. Grayscale: #B9B9B9. Windows color (decimal): -4405400 or 6866876. OLE color: 6866876.

HSL color Cylindrical-coordinate representation of color #BCC768: hue angle of 66.95º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCC768 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 104 -
CMYK 0.06 0 0.48 0.22
HSL 66.95º 0.46% 0.59% -
HSV(B) 66.95º 0.48% 0.78% -
XYZ 43.66 52.54 20.94 -
YUV 184.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 188 199 104 0.06 0 0.48 0.22 66.95 0.46 0.59
Hex BC C7 68 6 0 30 16 43 2E 3B
Octal 274 307 150 6 0 60 26 103 56 73
Binary 10111100 11000111 1101000 110 0 110000 10110 1000011 101110 111011

Color Harmonies of #BCC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC768

Black with #BCC768

Text Example


Text Example

White with #BCC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC768; }

 p { color: rgb(188,199,104); }

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

background-color css

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

 a { background-color: rgb(188,199,104); }

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

border-color css

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

 span { border-color: rgb(188,199,104); }

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