Html Css Color HEX #BADE61 Conifer

📋 copy color: '#BADE61'

red 186 ◦ green 222 ◦ blue 97

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

Shades of Conifer #BADE61

Tints of Conifer #BADE61

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

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

R = 36.83%
G = 43.96%
B = 19.21%

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

#BADE61 (or 0xBADE61) is known color: Conifer. HEX triplet: BA, DE and 61. RGB value is (186,222,97). Sum of RGB (Red+Green+Blue) = 186+222+97=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE61 is #45219E. Grayscale: #C5C5C5. Windows color (decimal): -4530591 or 6414010. OLE color: 6414010.

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

Color convert

RGB 186 222 97 -
CMYK 0.16 0 0.56 0.13
HSL 77.28º 0.65% 0.63% -
HSV(B) 77.28º 0.56% 0.87% -
XYZ 48.53 63.54 21.02 -
YUV 196.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 186 222 97 0.16 0 0.56 0.13 77.28 0.65 0.63
Hex BA DE 61 10 0 38 D 4D 41 3F
Octal 272 336 141 20 0 70 15 115 101 77
Binary 10111010 11011110 1100001 10000 0 111000 1101 1001101 1000001 111111

Color Harmonies of #BADE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE61

Black with #BADE61

Text Example


Text Example

White with #BADE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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