Html Css Color HEX #BAEA5D Conifer

📋 copy color: '#BAEA5D'

red 186 ◦ green 234 ◦ blue 93

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

Shades of Conifer #BAEA5D

Tints of Conifer #BAEA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

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

R = 36.26%
G = 45.61%
B = 18.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#BAEA5D (or 0xBAEA5D) is known color: Conifer. HEX triplet: BA, EA and 5D. RGB value is (186,234,93). Sum of RGB (Red+Green+Blue) = 186+234+93=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA5D is #4515A2. Grayscale: #CCCCCC. Windows color (decimal): -4527523 or 6154938. OLE color: 6154938.

HSL color Cylindrical-coordinate representation of color #BAEA5D: hue angle of 80.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAEA5D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 93 -
CMYK 0.21 0 0.60 0.08
HSL 80.43º 0.77% 0.64% -
HSV(B) 80.43º 0.6% 0.92% -
XYZ 51.65 70.08 21.16 -
YUV 203.57 65.6 115.46 -
System Red Green Blue C M Y K H S L
Decimal 186 234 93 0.21 0 0.60 0.08 80.43 0.77 0.64
Hex BA EA 5D 15 0 3C 8 50 4D 40
Octal 272 352 135 25 0 74 10 120 115 100
Binary 10111010 11101010 1011101 10101 0 111100 1000 1010000 1001101 1000000

Color Harmonies of #BAEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA5D

Black with #BAEA5D

Text Example


Text Example

White with #BAEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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