Html Css Color HEX #BADD55 Conifer

📋 copy color: '#BADD55'

red 186 ◦ green 221 ◦ blue 85

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

Shades of Conifer #BADD55

Tints of Conifer #BADD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.28%

R = 37.8%
G = 44.92%
B = 17.28%

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

#BADD55 (or 0xBADD55) is known color: Conifer. HEX triplet: BA, DD and 55. RGB value is (186,221,85). Sum of RGB (Red+Green+Blue) = 186+221+85=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD55 is #4522AA. Grayscale: #C3C3C3. Windows color (decimal): -4530859 or 5627322. OLE color: 5627322.

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

Color convert

RGB 186 221 85 -
CMYK 0.16 0 0.62 0.13
HSL 75.44º 0.67% 0.6% -
HSV(B) 75.44º 0.62% 0.87% -
XYZ 47.75 62.81 18.2 -
YUV 195.03 65.9 121.56 -
System Red Green Blue C M Y K H S L
Decimal 186 221 85 0.16 0 0.62 0.13 75.44 0.67 0.6
Hex BA DD 55 10 0 3E D 4B 43 3C
Octal 272 335 125 20 0 76 15 113 103 74
Binary 10111010 11011101 1010101 10000 0 111110 1101 1001011 1000011 111100

Color Harmonies of #BADD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD55

Black with #BADD55

Text Example


Text Example

White with #BADD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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