Html Css Color HEX #BACF77 Caper

📋 copy color: '#BACF77'

red 186 ◦ green 207 ◦ blue 119

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

Shades of Caper #BACF77

Tints of Caper #BACF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 36.33%
G = 40.43%
B = 23.24%

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

#BACF77 (or 0xBACF77) is known color: Caper. HEX triplet: BA, CF and 77. RGB value is (186,207,119). Sum of RGB (Red+Green+Blue) = 186+207+119=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACF77 is #453088. Grayscale: #BFBFBF. Windows color (decimal): -4534409 or 7851962. OLE color: 7851962.

HSL color Cylindrical-coordinate representation of color #BACF77: hue angle of 74.32º 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 #BACF77 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 207 119 -
CMYK 0.10 0 0.43 0.19
HSL 74.32º 0.48% 0.64% -
HSV(B) 74.32º 0.43% 0.81% -
XYZ 45.89 56.4 25.92 -
YUV 190.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 186 207 119 0.10 0 0.43 0.19 74.32 0.48 0.64
Hex BA CF 77 A 0 2B 13 4A 30 40
Octal 272 317 167 12 0 53 23 112 60 100
Binary 10111010 11001111 1110111 1010 0 101011 10011 1001010 110000 1000000

Color Harmonies of #BACF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF77

Black with #BACF77

Text Example


Text Example

White with #BACF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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