Html Css Color HEX #BADA63 Conifer

📋 copy color: '#BADA63'

red 186 ◦ green 218 ◦ blue 99

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

Shades of Conifer #BADA63

Tints of Conifer #BADA63

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

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

R = 36.98%
G = 43.34%
B = 19.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BADA63 (or 0xBADA63) is known color: Conifer. HEX triplet: BA, DA and 63. RGB value is (186,218,99). Sum of RGB (Red+Green+Blue) = 186+218+99=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA63 is #45259C. Grayscale: #C3C3C3. Windows color (decimal): -4531613 or 6544058. OLE color: 6544058.

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

Color convert

RGB 186 218 99 -
CMYK 0.15 0 0.55 0.15
HSL 76.13º 0.62% 0.62% -
HSV(B) 76.13º 0.55% 0.85% -
XYZ 47.57 61.48 21.16 -
YUV 194.87 73.9 121.68 -
System Red Green Blue C M Y K H S L
Decimal 186 218 99 0.15 0 0.55 0.15 76.13 0.62 0.62
Hex BA DA 63 F 0 37 F 4C 3E 3E
Octal 272 332 143 17 0 67 17 114 76 76
Binary 10111010 11011010 1100011 1111 0 110111 1111 1001100 111110 111110

Color Harmonies of #BADA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA63

Black with #BADA63

Text Example


Text Example

White with #BADA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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