Html Css Color HEX #BADC63 Conifer

📋 copy color: '#BADC63'

red 186 ◦ green 220 ◦ blue 99

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

Shades of Conifer #BADC63

Tints of Conifer #BADC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.6%

R = 36.83%
G = 43.56%
B = 19.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BADC63 (or 0xBADC63) is known color: Conifer. HEX triplet: BA, DC and 63. RGB value is (186,220,99). Sum of RGB (Red+Green+Blue) = 186+220+99=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 99 (39.06% from 255 or 19.60% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC63 is #45239C. Grayscale: #C4C4C4. Windows color (decimal): -4531101 or 6544570. OLE color: 6544570.

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

Color convert

RGB 186 220 99 -
CMYK 0.15 0 0.55 0.14
HSL 76.86º 0.63% 0.63% -
HSV(B) 76.86º 0.55% 0.86% -
XYZ 48.1 62.53 21.34 -
YUV 196.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 186 220 99 0.15 0 0.55 0.14 76.86 0.63 0.63
Hex BA DC 63 F 0 37 E 4D 3F 3F
Octal 272 334 143 17 0 67 16 115 77 77
Binary 10111010 11011100 1100011 1111 0 110111 1110 1001101 111111 111111

Color Harmonies of #BADC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC63

Black with #BADC63

Text Example


Text Example

White with #BADC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC63; }

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

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

background-color css

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

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

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

border-color css

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

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

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