Html Css Color HEX #BAD250 Conifer

📋 copy color: '#BAD250'

red 186 ◦ green 210 ◦ blue 80

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

Shades of Conifer #BAD250

Tints of Conifer #BAD250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

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

R = 39.08%
G = 44.12%
B = 16.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#BAD250 (or 0xBAD250) is known color: Conifer. HEX triplet: BA, D2 and 50. RGB value is (186,210,80). Sum of RGB (Red+Green+Blue) = 186+210+80=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD250 is #452DAF. Grayscale: #BCBCBC. Windows color (decimal): -4533680 or 5296826. OLE color: 5296826.

HSL color Cylindrical-coordinate representation of color #BAD250: hue angle of 71.08º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAD250 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 210 80 -
CMYK 0.11 0 0.62 0.18
HSL 71.08º 0.59% 0.57% -
HSV(B) 71.08º 0.62% 0.82% -
XYZ 44.74 57.11 16.25 -
YUV 188 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 186 210 80 0.11 0 0.62 0.18 71.08 0.59 0.57
Hex BA D2 50 B 0 3E 12 47 3B 39
Octal 272 322 120 13 0 76 22 107 73 71
Binary 10111010 11010010 1010000 1011 0 111110 10010 1000111 111011 111001

Color Harmonies of #BAD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD250

Black with #BAD250

Text Example


Text Example

White with #BAD250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD250; }

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

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

background-color css

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

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

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

border-color css

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

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

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