Html Css Color HEX #BADD54 Conifer

📋 copy color: '#BADD54'

red 186 ◦ green 221 ◦ blue 84

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

Shades of Conifer #BADD54

Tints of Conifer #BADD54

RGB

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

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

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

R = 37.88%
G = 45.01%
B = 17.11%

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

#BADD54 (or 0xBADD54) is known color: Conifer. HEX triplet: BA, DD and 54. RGB value is (186,221,84). Sum of RGB (Red+Green+Blue) = 186+221+84=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD54 is #4522AB. Grayscale: #C3C3C3. Windows color (decimal): -4530860 or 5561786. OLE color: 5561786.

HSL color Cylindrical-coordinate representation of color #BADD54: hue angle of 75.33º degrees, saturation: 0.67, 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 #BADD54 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 84 -
CMYK 0.16 0 0.62 0.13
HSL 75.33º 0.67% 0.6% -
HSV(B) 75.33º 0.62% 0.87% -
XYZ 47.71 62.79 17.99 -
YUV 194.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 186 221 84 0.16 0 0.62 0.13 75.33 0.67 0.6
Hex BA DD 54 10 0 3E D 4B 43 3C
Octal 272 335 124 20 0 76 15 113 103 74
Binary 10111010 11011101 1010100 10000 0 111110 1101 1001011 1000011 111100

Color Harmonies of #BADD54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD54

Black with #BADD54

Text Example


Text Example

White with #BADD54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD54; }

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

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

background-color css

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

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

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

border-color css

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

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

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