Html Css Color HEX #BAD85D Conifer

📋 copy color: '#BAD85D'

red 186 ◦ green 216 ◦ blue 93

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

Shades of Conifer #BAD85D

Tints of Conifer #BAD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.64%

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 37.58%
G = 43.64%
B = 18.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BAD85D (or 0xBAD85D) is known color: Conifer. HEX triplet: BA, D8 and 5D. RGB value is (186,216,93). Sum of RGB (Red+Green+Blue) = 186+216+93=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD85D is #4527A2. Grayscale: #C1C1C1. Windows color (decimal): -4532131 or 6150330. OLE color: 6150330.

HSL color Cylindrical-coordinate representation of color #BAD85D: hue angle of 74.63º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAD85D is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 93 -
CMYK 0.14 0 0.57 0.15
HSL 74.63º 0.61% 0.61% -
HSV(B) 74.63º 0.57% 0.85% -
XYZ 46.78 60.34 19.54 -
YUV 193.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 186 216 93 0.14 0 0.57 0.15 74.63 0.61 0.61
Hex BA D8 5D E 0 39 F 4B 3D 3D
Octal 272 330 135 16 0 71 17 113 75 75
Binary 10111010 11011000 1011101 1110 0 111001 1111 1001011 111101 111101

Color Harmonies of #BAD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD85D

Black with #BAD85D

Text Example


Text Example

White with #BAD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD85D; }

 p { color: rgb(186,216,93); }

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

background-color css

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

 a { background-color: rgb(186,216,93); }

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

border-color css

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

 span { border-color: rgb(186,216,93); }

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