Html Css Color HEX #BACC6B Wild Willow

📋 copy color: '#BACC6B'

red 186 ◦ green 204 ◦ blue 107

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

Shades of Wild Willow #BACC6B

Tints of Wild Willow #BACC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.05%

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

R = 37.42%
G = 41.05%
B = 21.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#BACC6B (or 0xBACC6B) is known color: Wild Willow. HEX triplet: BA, CC and 6B. RGB value is (186,204,107). Sum of RGB (Red+Green+Blue) = 186+204+107=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC6B is #453394. Grayscale: #BBBBBB. Windows color (decimal): -4535189 or 7064762. OLE color: 7064762.

HSL color Cylindrical-coordinate representation of color #BACC6B: hue angle of 71.13º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BACC6B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 107 -
CMYK 0.09 0 0.48 0.2
HSL 71.13º 0.49% 0.61% -
HSV(B) 71.13º 0.48% 0.8% -
XYZ 44.5 54.69 22.12 -
YUV 187.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 186 204 107 0.09 0 0.48 0.2 71.13 0.49 0.61
Hex BA CC 6B 9 0 30 14 47 31 3D
Octal 272 314 153 11 0 60 24 107 61 75
Binary 10111010 11001100 1101011 1001 0 110000 10100 1000111 110001 111101

Color Harmonies of #BACC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC6B

Black with #BACC6B

Text Example


Text Example

White with #BACC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC6B; }

 p { color: rgb(186,204,107); }

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

background-color css

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

 a { background-color: rgb(186,204,107); }

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

border-color css

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

 span { border-color: rgb(186,204,107); }

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