Html Css Color HEX #BAD64E Conifer

📋 copy color: '#BAD64E'

red 186 ◦ green 214 ◦ blue 78

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

Shades of Conifer #BAD64E

Tints of Conifer #BAD64E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

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

R = 38.91%
G = 44.77%
B = 16.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BAD64E (or 0xBAD64E) is known color: Conifer. HEX triplet: BA, D6 and 4E. RGB value is (186,214,78). Sum of RGB (Red+Green+Blue) = 186+214+78=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD64E is #4529B1. Grayscale: #BEBEBE. Windows color (decimal): -4532658 or 5166778. OLE color: 5166778.

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

Color convert

RGB 186 214 78 -
CMYK 0.13 0 0.64 0.16
HSL 72.35º 0.62% 0.57% -
HSV(B) 72.35º 0.64% 0.84% -
XYZ 45.67 59.08 16.2 -
YUV 190.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 186 214 78 0.13 0 0.64 0.16 72.35 0.62 0.57
Hex BA D6 4E D 0 40 10 48 3E 39
Octal 272 326 116 15 0 100 20 110 76 71
Binary 10111010 11010110 1001110 1101 0 1000000 10000 1001000 111110 111001

Color Harmonies of #BAD64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD64E

Black with #BAD64E

Text Example


Text Example

White with #BAD64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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