Html Css Color HEX #BADE53 Conifer

📋 copy color: '#BADE53'

red 186 ◦ green 222 ◦ blue 83

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

Shades of Conifer #BADE53

Tints of Conifer #BADE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 37.88%
G = 45.21%
B = 16.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#BADE53 (or 0xBADE53) is known color: Conifer. HEX triplet: BA, DE and 53. RGB value is (186,222,83). Sum of RGB (Red+Green+Blue) = 186+222+83=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE53 is #4521AC. Grayscale: #C3C3C3. Windows color (decimal): -4530605 or 5496506. OLE color: 5496506.

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

Color convert

RGB 186 222 83 -
CMYK 0.16 0 0.63 0.13
HSL 75.54º 0.68% 0.6% -
HSV(B) 75.54º 0.63% 0.87% -
XYZ 47.93 63.31 17.88 -
YUV 195.39 64.57 121.3 -
System Red Green Blue C M Y K H S L
Decimal 186 222 83 0.16 0 0.63 0.13 75.54 0.68 0.6
Hex BA DE 53 10 0 3F D 4C 44 3C
Octal 272 336 123 20 0 77 15 114 104 74
Binary 10111010 11011110 1010011 10000 0 111111 1101 1001100 1000100 111100

Color Harmonies of #BADE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE53

Black with #BADE53

Text Example


Text Example

White with #BADE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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