Html Css Color HEX #BAD075 Caper

📋 copy color: '#BAD075'

red 186 ◦ green 208 ◦ blue 117

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

Shades of Caper #BAD075

Tints of Caper #BAD075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 36.4%
G = 40.7%
B = 22.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BAD075 (or 0xBAD075) is known color: Caper. HEX triplet: BA, D0 and 75. RGB value is (186,208,117). Sum of RGB (Red+Green+Blue) = 186+208+117=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD075 is #452F8A. Grayscale: #BFBFBF. Windows color (decimal): -4534155 or 7721146. OLE color: 7721146.

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

Color convert

RGB 186 208 117 -
CMYK 0.11 0 0.44 0.18
HSL 74.51º 0.49% 0.64% -
HSV(B) 74.51º 0.44% 0.82% -
XYZ 46.02 56.84 25.37 -
YUV 191.05 86.21 124.4 -
System Red Green Blue C M Y K H S L
Decimal 186 208 117 0.11 0 0.44 0.18 74.51 0.49 0.64
Hex BA D0 75 B 0 2C 12 4B 31 40
Octal 272 320 165 13 0 54 22 113 61 100
Binary 10111010 11010000 1110101 1011 0 101100 10010 1001011 110001 1000000

Color Harmonies of #BAD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD075

Black with #BAD075

Text Example


Text Example

White with #BAD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD075; }

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

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

background-color css

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

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

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

border-color css

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

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

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