Html Css Color HEX #BADE60 Conifer

📋 copy color: '#BADE60'

red 186 ◦ green 222 ◦ blue 96

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

Shades of Conifer #BADE60

Tints of Conifer #BADE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.05%

R = 36.9%
G = 44.05%
B = 19.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BADE60 (or 0xBADE60) is known color: Conifer. HEX triplet: BA, DE and 60. RGB value is (186,222,96). Sum of RGB (Red+Green+Blue) = 186+222+96=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE60 is #45219F. Grayscale: #C5C5C5. Windows color (decimal): -4530592 or 6348474. OLE color: 6348474.

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

Color convert

RGB 186 222 96 -
CMYK 0.16 0 0.57 0.13
HSL 77.14º 0.66% 0.62% -
HSV(B) 77.14º 0.57% 0.87% -
XYZ 48.48 63.53 20.77 -
YUV 196.87 71.07 120.25 -
System Red Green Blue C M Y K H S L
Decimal 186 222 96 0.16 0 0.57 0.13 77.14 0.66 0.62
Hex BA DE 60 10 0 39 D 4D 42 3E
Octal 272 336 140 20 0 71 15 115 102 76
Binary 10111010 11011110 1100000 10000 0 111001 1101 1001101 1000010 111110

Color Harmonies of #BADE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE60

Black with #BADE60

Text Example


Text Example

White with #BADE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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