Html Css Color HEX #BAD854 Conifer

📋 copy color: '#BAD854'

red 186 ◦ green 216 ◦ blue 84

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

Shades of Conifer #BAD854

Tints of Conifer #BAD854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.28%

R = 38.27%
G = 44.44%
B = 17.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#BAD854 (or 0xBAD854) is known color: Conifer. HEX triplet: BA, D8 and 54. RGB value is (186,216,84). Sum of RGB (Red+Green+Blue) = 186+216+84=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 84 (33.20% from 255 or 17.28% from 486); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD854 is #4527AB. Grayscale: #C0C0C0. Windows color (decimal): -4532140 or 5560506. OLE color: 5560506.

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

Color convert

RGB 186 216 84 -
CMYK 0.14 0 0.61 0.15
HSL 73.64º 0.63% 0.59% -
HSV(B) 73.64º 0.61% 0.85% -
XYZ 46.41 60.19 17.56 -
YUV 191.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 186 216 84 0.14 0 0.61 0.15 73.64 0.63 0.59
Hex BA D8 54 E 0 3D F 4A 3F 3B
Octal 272 330 124 16 0 75 17 112 77 73
Binary 10111010 11011000 1010100 1110 0 111101 1111 1001010 111111 111011

Color Harmonies of #BAD854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD854

Black with #BAD854

Text Example


Text Example

White with #BAD854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD854; }

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

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

background-color css

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

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

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

border-color css

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

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

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