Html Css Color HEX #BAD076 Caper

📋 copy color: '#BAD076'

red 186 ◦ green 208 ◦ blue 118

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

Shades of Caper #BAD076

Tints of Caper #BAD076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 36.33%
G = 40.63%
B = 23.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#BAD076 (or 0xBAD076) is known color: Caper. HEX triplet: BA, D0 and 76. RGB value is (186,208,118). Sum of RGB (Red+Green+Blue) = 186+208+118=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD076 is #452F89. Grayscale: #BFBFBF. Windows color (decimal): -4534154 or 7786682. OLE color: 7786682.

HSL color Cylindrical-coordinate representation of color #BAD076: hue angle of 74.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAD076 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 118 -
CMYK 0.11 0 0.43 0.18
HSL 74.67º 0.49% 0.64% -
HSV(B) 74.67º 0.43% 0.82% -
XYZ 46.08 56.86 25.69 -
YUV 191.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 186 208 118 0.11 0 0.43 0.18 74.67 0.49 0.64
Hex BA D0 76 B 0 2B 12 4B 31 40
Octal 272 320 166 13 0 53 22 113 61 100
Binary 10111010 11010000 1110110 1011 0 101011 10010 1001011 110001 1000000

Color Harmonies of #BAD076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD076

Black with #BAD076

Text Example


Text Example

White with #BAD076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD076; }

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

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

background-color css

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

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

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

border-color css

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

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

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