Html Css Color HEX #BAD34A Conifer

📋 copy color: '#BAD34A'

red 186 ◦ green 211 ◦ blue 74

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

Shades of Conifer #BAD34A

Tints of Conifer #BAD34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.8%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 39.49%
G = 44.8%
B = 15.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#BAD34A (or 0xBAD34A) is known color: 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

RGB 186 211 74 -
CMYK 0.12 0 0.65 0.17
HSL 70.95º 0.61% 0.56% -
HSV(B) 70.95º 0.65% 0.83% -
XYZ 44.78 57.52 15.22 -
YUV 187.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 186 211 74 0.12 0 0.65 0.17 70.95 0.61 0.56
Hex BA D3 4A C 0 41 11 47 3D 38
Octal 272 323 112 14 0 101 21 107 75 70
Binary 10111010 11010011 1001010 1100 0 1000001 10001 1000111 111101 111000

Color Harmonies of #BAD34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD34A

Black with #BAD34A

Text Example


Text Example

White with #BAD34A

Text Example


Text Example

HTML Codes & Css Web 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>