Html Css Color HEX #BAC768 Wild Willow

📋 copy color: '#BAC768'

red 186 ◦ green 199 ◦ blue 104

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

Shades of Wild Willow #BAC768

Tints of Wild Willow #BAC768

RGB

 RED value IS 186 (73.05% from 255) = 38.04%

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

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

R = 38.04%
G = 40.7%
B = 21.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BAC768 (or 0xBAC768) is known color: Wild Willow. HEX triplet: BA, C7 and 68. RGB value is (186,199,104). Sum of RGB (Red+Green+Blue) = 186+199+104=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC768 is #453897. Grayscale: #B8B8B8. Windows color (decimal): -4536472 or 6866874. OLE color: 6866874.

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

Color convert

RGB 186 199 104 -
CMYK 0.07 0 0.48 0.22
HSL 68.21º 0.46% 0.59% -
HSV(B) 68.21º 0.48% 0.78% -
XYZ 43.17 52.29 20.91 -
YUV 184.28 82.69 129.22 -
System Red Green Blue C M Y K H S L
Decimal 186 199 104 0.07 0 0.48 0.22 68.21 0.46 0.59
Hex BA C7 68 7 0 30 16 44 2E 3B
Octal 272 307 150 7 0 60 26 104 56 73
Binary 10111010 11000111 1101000 111 0 110000 10110 1000100 101110 111011

Color Harmonies of #BAC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC768

Black with #BAC768

Text Example


Text Example

White with #BAC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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