#BAD34A

Color #BAD34A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAD34A

Tints of Conifer #BAD34A

Color information

#BAD34A (or 0xBAD34A) is unknown color: approx Conifer. HEX triplet: BA, D3 and 4A. RGB value is (186,211,74). Sum of RGB (Red+Green+Blue) = 186+211+74=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD34A is #452CB5. Grayscale: #BCBCBC. Windows color (decimal): -4533430 or 4903866. OLE color: 4903866.

HSL color Cylindrical-coordinate representation of color #BAD34A: hue angle of 70.95º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAD34A is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB18621174-
CMYK0.1200.650.17
HSL70.95º60.89%55.88%-
HSV(B)70.95º64.93%82.75%-
XYZ44.7857.5215.22-
YUV187.9163.72126.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 211 (82.81% from 255) = 44.80%
BLUE value IS 74 (29.30% from 255) = 15.71%
R=39.49%
G=44.80%
B=15.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186211740.1200.650.1770.9560.8955.88
HexBAD34AC04111473d38
Octal272323112140101211077570
Binary10111010110100111001010110001000001100011000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD34A; }

 p { color: rgb(186,211,74); }

 H1.HeaderClassName
 {
   color: #BAD34A;
 }
 .AnyTagClassName
 {
   color: #BAD34A;
 }
</style>
background-color css

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

 a { background-color: rgb(186,211,74); }

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

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

 span { border-color: rgb(186,211,74); }

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