Html Css Color HEX #BAD858 Conifer

📋 copy color: '#BAD858'

red 186 ◦ green 216 ◦ blue 88

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

Shades of Conifer #BAD858

Tints of Conifer #BAD858

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.08%

 BLUE value IS 88 (34.77% from 255) = 17.96%

R = 37.96%
G = 44.08%
B = 17.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#BAD858 (or 0xBAD858) is known color: Conifer. HEX triplet: BA, D8 and 58. RGB value is (186,216,88). Sum of RGB (Red+Green+Blue) = 186+216+88=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 88 (34.77% from 255 or 17.96% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD858 is #4527A7. Grayscale: #C0C0C0. Windows color (decimal): -4532136 or 5822650. OLE color: 5822650.

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

Color convert

RGB 186 216 88 -
CMYK 0.14 0 0.59 0.15
HSL 74.06º 0.62% 0.6% -
HSV(B) 74.06º 0.59% 0.85% -
XYZ 46.57 60.26 18.41 -
YUV 192.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 186 216 88 0.14 0 0.59 0.15 74.06 0.62 0.6
Hex BA D8 58 E 0 3B F 4A 3E 3C
Octal 272 330 130 16 0 73 17 112 76 74
Binary 10111010 11011000 1011000 1110 0 111011 1111 1001010 111110 111100

Color Harmonies of #BAD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD858

Black with #BAD858

Text Example


Text Example

White with #BAD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD858; }

 p { color: rgb(186,216,88); }

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

background-color css

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

 a { background-color: rgb(186,216,88); }

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

border-color css

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

 span { border-color: rgb(186,216,88); }

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