Html Css Color HEX #BAD84D Conifer

📋 copy color: '#BAD84D'

red 186 ◦ green 216 ◦ blue 77

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

Shades of Conifer #BAD84D

Tints of Conifer #BAD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

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

R = 38.83%
G = 45.09%
B = 16.08%

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

#BAD84D (or 0xBAD84D) is known color: Conifer. HEX triplet: BA, D8 and 4D. RGB value is (186,216,77). Sum of RGB (Red+Green+Blue) = 186+216+77=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD84D is #4527B2. Grayscale: #BFBFBF. Windows color (decimal): -4532147 or 5101754. OLE color: 5101754.

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

Color convert

RGB 186 216 77 -
CMYK 0.14 0 0.64 0.15
HSL 72.95º 0.64% 0.57% -
HSV(B) 72.95º 0.64% 0.85% -
XYZ 46.15 60.09 16.19 -
YUV 191.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 186 216 77 0.14 0 0.64 0.15 72.95 0.64 0.57
Hex BA D8 4D E 0 40 F 49 40 39
Octal 272 330 115 16 0 100 17 111 100 71
Binary 10111010 11011000 1001101 1110 0 1000000 1111 1001001 1000000 111001

Color Harmonies of #BAD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD84D

Black with #BAD84D

Text Example


Text Example

White with #BAD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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