Html Css Color HEX #BAD94D Conifer

📋 copy color: '#BAD94D'

red 186 ◦ green 217 ◦ blue 77

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

Shades of Conifer #BAD94D

Tints of Conifer #BAD94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 38.75%
G = 45.21%
B = 16.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#BAD94D (or 0xBAD94D) is known color: Conifer. HEX triplet: BA, D9 and 4D. RGB value is (186,217,77). Sum of RGB (Red+Green+Blue) = 186+217+77=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD94D is #4526B2. Grayscale: #C0C0C0. Windows color (decimal): -4531891 or 5102010. OLE color: 5102010.

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

Color convert

RGB 186 217 77 -
CMYK 0.14 0 0.65 0.15
HSL 73.29º 0.65% 0.58% -
HSV(B) 73.29º 0.65% 0.85% -
XYZ 46.4 60.6 16.27 -
YUV 191.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 186 217 77 0.14 0 0.65 0.15 73.29 0.65 0.58
Hex BA D9 4D E 0 41 F 49 41 3A
Octal 272 331 115 16 0 101 17 111 101 72
Binary 10111010 11011001 1001101 1110 0 1000001 1111 1001001 1000001 111010

Color Harmonies of #BAD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD94D

Black with #BAD94D

Text Example


Text Example

White with #BAD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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