Html Css Color HEX #BADC46 Conifer

📋 copy color: '#BADC46'

red 186 ◦ green 220 ◦ blue 70

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

Shades of Conifer #BADC46

Tints of Conifer #BADC46

RGB

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

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

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

R = 39.08%
G = 46.22%
B = 14.71%

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

#BADC46 (or 0xBADC46) is known color: Conifer. HEX triplet: BA, DC and 46. RGB value is (186,220,70). Sum of RGB (Red+Green+Blue) = 186+220+70=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC46 is #4523B9. Grayscale: #C1C1C1. Windows color (decimal): -4531130 or 4644026. OLE color: 4644026.

HSL color Cylindrical-coordinate representation of color #BADC46: hue angle of 73.6º 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 #BADC46 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 70 -
CMYK 0.15 0 0.68 0.14
HSL 73.6º 0.68% 0.57% -
HSV(B) 73.6º 0.68% 0.86% -
XYZ 46.95 62.07 15.3 -
YUV 192.73 58.74 123.2 -
System Red Green Blue C M Y K H S L
Decimal 186 220 70 0.15 0 0.68 0.14 73.6 0.68 0.57
Hex BA DC 46 F 0 44 E 4A 44 39
Octal 272 334 106 17 0 104 16 112 104 71
Binary 10111010 11011100 1000110 1111 0 1000100 1110 1001010 1000100 111001

Color Harmonies of #BADC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC46

Black with #BADC46

Text Example


Text Example

White with #BADC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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