Html Css Color HEX #BADF5D Conifer

📋 copy color: '#BADF5D'

red 186 ◦ green 223 ◦ blue 93

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

Shades of Conifer #BADF5D

Tints of Conifer #BADF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.42%

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

R = 37.05%
G = 44.42%
B = 18.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BADF5D (or 0xBADF5D) is known color: Conifer. HEX triplet: BA, DF and 5D. RGB value is (186,223,93). Sum of RGB (Red+Green+Blue) = 186+223+93=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF5D is #4520A2. Grayscale: #C5C5C5. Windows color (decimal): -4530339 or 6152122. OLE color: 6152122.

HSL color Cylindrical-coordinate representation of color #BADF5D: hue angle of 77.08º degrees, saturation: 0.67, 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 #BADF5D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 93 -
CMYK 0.17 0 0.58 0.13
HSL 77.08º 0.67% 0.62% -
HSV(B) 77.08º 0.58% 0.87% -
XYZ 48.61 64 20.15 -
YUV 197.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 186 223 93 0.17 0 0.58 0.13 77.08 0.67 0.62
Hex BA DF 5D 11 0 3A D 4D 43 3E
Octal 272 337 135 21 0 72 15 115 103 76
Binary 10111010 11011111 1011101 10001 0 111010 1101 1001101 1000011 111110

Color Harmonies of #BADF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF5D

Black with #BADF5D

Text Example


Text Example

White with #BADF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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