Html Css Color HEX #BADD63 Conifer

📋 copy color: '#BADD63'

red 186 ◦ green 221 ◦ blue 99

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

Shades of Conifer #BADD63

Tints of Conifer #BADD63

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.68%

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

R = 36.76%
G = 43.68%
B = 19.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BADD63 (or 0xBADD63) is known color: Conifer. HEX triplet: BA, DD and 63. RGB value is (186,221,99). Sum of RGB (Red+Green+Blue) = 186+221+99=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD63 is #45229C. Grayscale: #C5C5C5. Windows color (decimal): -4530845 or 6544826. OLE color: 6544826.

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

Color convert

RGB 186 221 99 -
CMYK 0.16 0 0.55 0.13
HSL 77.21º 0.64% 0.63% -
HSV(B) 77.21º 0.55% 0.87% -
XYZ 48.36 63.05 21.43 -
YUV 196.63 72.9 120.42 -
System Red Green Blue C M Y K H S L
Decimal 186 221 99 0.16 0 0.55 0.13 77.21 0.64 0.63
Hex BA DD 63 10 0 37 D 4D 40 3F
Octal 272 335 143 20 0 67 15 115 100 77
Binary 10111010 11011101 1100011 10000 0 110111 1101 1001101 1000000 111111

Color Harmonies of #BADD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD63

Black with #BADD63

Text Example


Text Example

White with #BADD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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