Html Css Color HEX #BADD5D Conifer

📋 copy color: '#BADD5D'

red 186 ◦ green 221 ◦ blue 93

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

Shades of Conifer #BADD5D

Tints of Conifer #BADD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.2%

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

R = 37.2%
G = 44.2%
B = 18.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BADD5D (or 0xBADD5D) is known color: Conifer. HEX triplet: BA, DD and 5D. RGB value is (186,221,93). Sum of RGB (Red+Green+Blue) = 186+221+93=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD5D is #4522A2. Grayscale: #C4C4C4. Windows color (decimal): -4530851 or 6151610. OLE color: 6151610.

HSL color Cylindrical-coordinate representation of color #BADD5D: hue angle of 76.41º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BADD5D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 93 -
CMYK 0.16 0 0.58 0.13
HSL 76.41º 0.65% 0.62% -
HSV(B) 76.41º 0.58% 0.87% -
XYZ 48.08 62.94 19.97 -
YUV 195.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 186 221 93 0.16 0 0.58 0.13 76.41 0.65 0.62
Hex BA DD 5D 10 0 3A D 4C 41 3E
Octal 272 335 135 20 0 72 15 114 101 76
Binary 10111010 11011101 1011101 10000 0 111010 1101 1001100 1000001 111110

Color Harmonies of #BADD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD5D

Black with #BADD5D

Text Example


Text Example

White with #BADD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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