Html Css Color HEX #BAD546 Conifer

📋 copy color: '#BAD546'

red 186 ◦ green 213 ◦ blue 70

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

Shades of Conifer #BAD546

Tints of Conifer #BAD546

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 70 (27.73% from 255) = 14.93%

R = 39.66%
G = 45.42%
B = 14.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#BAD546 (or 0xBAD546) is known color: Conifer. HEX triplet: BA, D5 and 46. RGB value is (186,213,70). Sum of RGB (Red+Green+Blue) = 186+213+70=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 70 (27.73% from 255 or 14.93% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD546 is #452AB9. Grayscale: #BDBDBD. Windows color (decimal): -4532922 or 4642234. OLE color: 4642234.

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

Color convert

RGB 186 213 70 -
CMYK 0.13 0 0.67 0.16
HSL 71.33º 0.63% 0.55% -
HSV(B) 71.33º 0.67% 0.84% -
XYZ 45.15 58.47 14.7 -
YUV 188.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 186 213 70 0.13 0 0.67 0.16 71.33 0.63 0.55
Hex BA D5 46 D 0 43 10 47 3F 37
Octal 272 325 106 15 0 103 20 107 77 67
Binary 10111010 11010101 1000110 1101 0 1000011 10000 1000111 111111 110111

Color Harmonies of #BAD546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD546

Black with #BAD546

Text Example


Text Example

White with #BAD546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD546; }

 p { color: rgb(186,213,70); }

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

background-color css

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

 a { background-color: rgb(186,213,70); }

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

border-color css

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

 span { border-color: rgb(186,213,70); }

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