Html Css Color HEX #BAD07C Caper

📋 copy color: '#BAD07C'

red 186 ◦ green 208 ◦ blue 124

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

Shades of Caper #BAD07C

Tints of Caper #BAD07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.94%

R = 35.91%
G = 40.15%
B = 23.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BAD07C (or 0xBAD07C) is known color: Caper. HEX triplet: BA, D0 and 7C. RGB value is (186,208,124). Sum of RGB (Red+Green+Blue) = 186+208+124=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD07C is #452F83. Grayscale: #C0C0C0. Windows color (decimal): -4534148 or 8179898. OLE color: 8179898.

HSL color Cylindrical-coordinate representation of color #BAD07C: hue angle of 75.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAD07C is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 124 -
CMYK 0.11 0 0.40 0.18
HSL 75.71º 0.47% 0.65% -
HSV(B) 75.71º 0.4% 0.82% -
XYZ 46.44 57.01 27.62 -
YUV 191.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 186 208 124 0.11 0 0.40 0.18 75.71 0.47 0.65
Hex BA D0 7C B 0 28 12 4C 2F 41
Octal 272 320 174 13 0 50 22 114 57 101
Binary 10111010 11010000 1111100 1011 0 101000 10010 1001100 101111 1000001

Color Harmonies of #BAD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD07C

Black with #BAD07C

Text Example


Text Example

White with #BAD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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