Html Css Color HEX #BAD251 Conifer

📋 copy color: '#BAD251'

red 186 ◦ green 210 ◦ blue 81

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

Shades of Conifer #BAD251

Tints of Conifer #BAD251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.98%

R = 38.99%
G = 44.03%
B = 16.98%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#BAD251 (or 0xBAD251) is known color: Conifer. HEX triplet: BA, D2 and 51. RGB value is (186,210,81). Sum of RGB (Red+Green+Blue) = 186+210+81=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD251 is #452DAE. Grayscale: #BCBCBC. Windows color (decimal): -4533679 or 5362362. OLE color: 5362362.

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

Color convert

RGB 186 210 81 -
CMYK 0.11 0 0.61 0.18
HSL 71.16º 0.59% 0.57% -
HSV(B) 71.16º 0.61% 0.82% -
XYZ 44.78 57.13 16.45 -
YUV 188.12 67.55 126.49 -
System Red Green Blue C M Y K H S L
Decimal 186 210 81 0.11 0 0.61 0.18 71.16 0.59 0.57
Hex BA D2 51 B 0 3D 12 47 3B 39
Octal 272 322 121 13 0 75 22 107 73 71
Binary 10111010 11010010 1010001 1011 0 111101 10010 1000111 111011 111001

Color Harmonies of #BAD251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD251

Black with #BAD251

Text Example


Text Example

White with #BAD251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD251; }

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

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

background-color css

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

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

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

border-color css

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

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

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