Html Css Color HEX #BAE55D Conifer

📋 copy color: '#BAE55D'

red 186 ◦ green 229 ◦ blue 93

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

Shades of Conifer #BAE55D

Tints of Conifer #BAE55D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.08%

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 36.61%
G = 45.08%
B = 18.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#BAE55D (or 0xBAE55D) is known color: Conifer. HEX triplet: BA, E5 and 5D. RGB value is (186,229,93). Sum of RGB (Red+Green+Blue) = 186+229+93=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE55D is #451AA2. Grayscale: #C9C9C9. Windows color (decimal): -4528803 or 6153658. OLE color: 6153658.

HSL color Cylindrical-coordinate representation of color #BAE55D: hue angle of 78.97º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE55D is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 93 -
CMYK 0.19 0 0.59 0.10
HSL 78.97º 0.72% 0.63% -
HSV(B) 78.97º 0.59% 0.9% -
XYZ 50.24 67.27 20.69 -
YUV 200.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 186 229 93 0.19 0 0.59 0.10 78.97 0.72 0.63
Hex BA E5 5D 13 0 3B A 4F 48 3F
Octal 272 345 135 23 0 73 12 117 110 77
Binary 10111010 11100101 1011101 10011 0 111011 1010 1001111 1001000 111111

Color Harmonies of #BAE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE55D

Black with #BAE55D

Text Example


Text Example

White with #BAE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE55D; }

 p { color: rgb(186,229,93); }

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

background-color css

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

 a { background-color: rgb(186,229,93); }

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

border-color css

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

 span { border-color: rgb(186,229,93); }

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