Html Css Color HEX #BADD61 Conifer

📋 copy color: '#BADD61'

red 186 ◦ green 221 ◦ blue 97

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

Shades of Conifer #BADD61

Tints of Conifer #BADD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 36.9%
G = 43.85%
B = 19.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#BADD61 (or 0xBADD61) is known color: Conifer. HEX triplet: BA, DD and 61. RGB value is (186,221,97). Sum of RGB (Red+Green+Blue) = 186+221+97=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD61 is #45229E. Grayscale: #C4C4C4. Windows color (decimal): -4530847 or 6413754. OLE color: 6413754.

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

Color convert

RGB 186 221 97 -
CMYK 0.16 0 0.56 0.13
HSL 76.94º 0.65% 0.62% -
HSV(B) 76.94º 0.56% 0.87% -
XYZ 48.26 63.02 20.93 -
YUV 196.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 186 221 97 0.16 0 0.56 0.13 76.94 0.65 0.62
Hex BA DD 61 10 0 38 D 4D 41 3E
Octal 272 335 141 20 0 70 15 115 101 76
Binary 10111010 11011101 1100001 10000 0 111000 1101 1001101 1000001 111110

Color Harmonies of #BADD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD61

Black with #BADD61

Text Example


Text Example

White with #BADD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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