Html Css Color HEX #BADC47 Conifer

📋 copy color: '#BADC47'

red 186 ◦ green 220 ◦ blue 71

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

Shades of Conifer #BADC47

Tints of Conifer #BADC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

 BLUE value IS 71 (28.13% from 255) = 14.88%

R = 38.99%
G = 46.12%
B = 14.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BADC47 (or 0xBADC47) is known color: Conifer. HEX triplet: BA, DC and 47. RGB value is (186,220,71). Sum of RGB (Red+Green+Blue) = 186+220+71=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC47 is #4523B8. Grayscale: #C1C1C1. Windows color (decimal): -4531129 or 4709562. OLE color: 4709562.

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

Color convert

RGB 186 220 71 -
CMYK 0.15 0 0.68 0.14
HSL 73.69º 0.68% 0.57% -
HSV(B) 73.69º 0.68% 0.86% -
XYZ 46.98 62.08 15.47 -
YUV 192.85 59.24 123.12 -
System Red Green Blue C M Y K H S L
Decimal 186 220 71 0.15 0 0.68 0.14 73.69 0.68 0.57
Hex BA DC 47 F 0 44 E 4A 44 39
Octal 272 334 107 17 0 104 16 112 104 71
Binary 10111010 11011100 1000111 1111 0 1000100 1110 1001010 1000100 111001

Color Harmonies of #BADC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC47

Black with #BADC47

Text Example


Text Example

White with #BADC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC47; }

 p { color: rgb(186,220,71); }

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

background-color css

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

 a { background-color: rgb(186,220,71); }

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

border-color css

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

 span { border-color: rgb(186,220,71); }

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