Html Css Color HEX #BACF76 Caper

📋 copy color: '#BACF76'

red 186 ◦ green 207 ◦ blue 118

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

Shades of Caper #BACF76

Tints of Caper #BACF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.51%

 BLUE value IS 118 (46.48% from 255) = 23.09%

R = 36.4%
G = 40.51%
B = 23.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BACF76 (or 0xBACF76) is known color: Caper. HEX triplet: BA, CF and 76. RGB value is (186,207,118). Sum of RGB (Red+Green+Blue) = 186+207+118=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF76 is #453089. Grayscale: #BEBEBE. Windows color (decimal): -4534410 or 7786426. OLE color: 7786426.

HSL color Cylindrical-coordinate representation of color #BACF76: hue angle of 74.16º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BACF76 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 118 -
CMYK 0.10 0 0.43 0.19
HSL 74.16º 0.48% 0.64% -
HSV(B) 74.16º 0.43% 0.81% -
XYZ 45.83 56.37 25.6 -
YUV 190.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 186 207 118 0.10 0 0.43 0.19 74.16 0.48 0.64
Hex BA CF 76 A 0 2B 13 4A 30 40
Octal 272 317 166 12 0 53 23 112 60 100
Binary 10111010 11001111 1110110 1010 0 101011 10011 1001010 110000 1000000

Color Harmonies of #BACF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF76

Black with #BACF76

Text Example


Text Example

White with #BACF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF76; }

 p { color: rgb(186,207,118); }

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

background-color css

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

 a { background-color: rgb(186,207,118); }

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

border-color css

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

 span { border-color: rgb(186,207,118); }

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