Html Css Color HEX #BAD950 Conifer

📋 copy color: '#BAD950'

red 186 ◦ green 217 ◦ blue 80

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

Shades of Conifer #BAD950

Tints of Conifer #BAD950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.93%

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

R = 38.51%
G = 44.93%
B = 16.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#BAD950 (or 0xBAD950) is known color: Conifer. HEX triplet: BA, D9 and 50. RGB value is (186,217,80). Sum of RGB (Red+Green+Blue) = 186+217+80=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD950 is #4526AF. Grayscale: #C0C0C0. Windows color (decimal): -4531888 or 5298618. OLE color: 5298618.

HSL color Cylindrical-coordinate representation of color #BAD950: hue angle of 73.58º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAD950 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 80 -
CMYK 0.14 0 0.63 0.15
HSL 73.58º 0.64% 0.58% -
HSV(B) 73.58º 0.63% 0.85% -
XYZ 46.51 60.64 16.84 -
YUV 192.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 186 217 80 0.14 0 0.63 0.15 73.58 0.64 0.58
Hex BA D9 50 E 0 3F F 4A 40 3A
Octal 272 331 120 16 0 77 17 112 100 72
Binary 10111010 11011001 1010000 1110 0 111111 1111 1001010 1000000 111010

Color Harmonies of #BAD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD950

Black with #BAD950

Text Example


Text Example

White with #BAD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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