Html Css Color HEX #BADE54 Conifer

📋 copy color: '#BADE54'

red 186 ◦ green 222 ◦ blue 84

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

Shades of Conifer #BADE54

Tints of Conifer #BADE54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.07%

R = 37.8%
G = 45.12%
B = 17.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#BADE54 (or 0xBADE54) is known color: Conifer. HEX triplet: BA, DE and 54. RGB value is (186,222,84). Sum of RGB (Red+Green+Blue) = 186+222+84=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE54 is #4521AB. Grayscale: #C4C4C4. Windows color (decimal): -4530604 or 5562042. OLE color: 5562042.

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

Color convert

RGB 186 222 84 -
CMYK 0.16 0 0.62 0.13
HSL 75.65º 0.68% 0.6% -
HSV(B) 75.65º 0.62% 0.87% -
XYZ 47.97 63.32 18.08 -
YUV 195.5 65.07 121.22 -
System Red Green Blue C M Y K H S L
Decimal 186 222 84 0.16 0 0.62 0.13 75.65 0.68 0.6
Hex BA DE 54 10 0 3E D 4C 44 3C
Octal 272 336 124 20 0 76 15 114 104 74
Binary 10111010 11011110 1010100 10000 0 111110 1101 1001100 1000100 111100

Color Harmonies of #BADE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE54

Black with #BADE54

Text Example


Text Example

White with #BADE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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