Html Css Color HEX #BADF5F Conifer

📋 copy color: '#BADF5F'

red 186 ◦ green 223 ◦ blue 95

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

Shades of Conifer #BADF5F

Tints of Conifer #BADF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.85%

R = 36.9%
G = 44.25%
B = 18.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BADF5F (or 0xBADF5F) is known color: Conifer. HEX triplet: BA, DF and 5F. RGB value is (186,223,95). Sum of RGB (Red+Green+Blue) = 186+223+95=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADF5F is #4520A0. Grayscale: #C5C5C5. Windows color (decimal): -4530337 or 6283194. OLE color: 6283194.

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

Color convert

RGB 186 223 95 -
CMYK 0.17 0 0.57 0.13
HSL 77.34º 0.67% 0.62% -
HSV(B) 77.34º 0.57% 0.87% -
XYZ 48.7 64.04 20.62 -
YUV 197.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 186 223 95 0.17 0 0.57 0.13 77.34 0.67 0.62
Hex BA DF 5F 11 0 39 D 4D 43 3E
Octal 272 337 137 21 0 71 15 115 103 76
Binary 10111010 11011111 1011111 10001 0 111001 1101 1001101 1000011 111110

Color Harmonies of #BADF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF5F

Black with #BADF5F

Text Example


Text Example

White with #BADF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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