Html Css Color HEX #BAD550 Conifer

📋 copy color: '#BAD550'

red 186 ◦ green 213 ◦ blue 80

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

Shades of Conifer #BAD550

Tints of Conifer #BAD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.47%

 BLUE value IS 80 (31.64% from 255) = 16.7%

R = 38.83%
G = 44.47%
B = 16.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#BAD550 (or 0xBAD550) is known color: Conifer. HEX triplet: BA, D5 and 50. RGB value is (186,213,80). Sum of RGB (Red+Green+Blue) = 186+213+80=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD550 is #452AAF. Grayscale: #BEBEBE. Windows color (decimal): -4532912 or 5297594. OLE color: 5297594.

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

Color convert

RGB 186 213 80 -
CMYK 0.13 0 0.62 0.16
HSL 72.18º 0.61% 0.57% -
HSV(B) 72.18º 0.62% 0.84% -
XYZ 45.49 58.61 16.5 -
YUV 189.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 186 213 80 0.13 0 0.62 0.16 72.18 0.61 0.57
Hex BA D5 50 D 0 3E 10 48 3D 39
Octal 272 325 120 15 0 76 20 110 75 71
Binary 10111010 11010101 1010000 1101 0 111110 10000 1001000 111101 111001

Color Harmonies of #BAD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD550

Black with #BAD550

Text Example


Text Example

White with #BAD550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD550; }

 p { color: rgb(186,213,80); }

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

background-color css

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

 a { background-color: rgb(186,213,80); }

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

border-color css

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

 span { border-color: rgb(186,213,80); }

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