Html Css Color HEX #BAD94E Conifer

📋 copy color: '#BAD94E'

red 186 ◦ green 217 ◦ blue 78

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

Shades of Conifer #BAD94E

Tints of Conifer #BAD94E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.11%

 BLUE value IS 78 (30.86% from 255) = 16.22%

R = 38.67%
G = 45.11%
B = 16.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#BAD94E (or 0xBAD94E) is known color: Conifer. HEX triplet: BA, D9 and 4E. RGB value is (186,217,78). Sum of RGB (Red+Green+Blue) = 186+217+78=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD94E is #4526B1. Grayscale: #C0C0C0. Windows color (decimal): -4531890 or 5167546. OLE color: 5167546.

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

Color convert

RGB 186 217 78 -
CMYK 0.14 0 0.64 0.15
HSL 73.38º 0.65% 0.58% -
HSV(B) 73.38º 0.64% 0.85% -
XYZ 46.44 60.61 16.46 -
YUV 191.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 186 217 78 0.14 0 0.64 0.15 73.38 0.65 0.58
Hex BA D9 4E E 0 40 F 49 41 3A
Octal 272 331 116 16 0 100 17 111 101 72
Binary 10111010 11011001 1001110 1110 0 1000000 1111 1001001 1000001 111010

Color Harmonies of #BAD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD94E

Black with #BAD94E

Text Example


Text Example

White with #BAD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD94E; }

 p { color: rgb(186,217,78); }

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

background-color css

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

 a { background-color: rgb(186,217,78); }

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

border-color css

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

 span { border-color: rgb(186,217,78); }

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