Html Css Color HEX #BAE05D Conifer

📋 copy color: '#BAE05D'

red 186 ◦ green 224 ◦ blue 93

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

Shades of Conifer #BAE05D

Tints of Conifer #BAE05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

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

R = 36.98%
G = 44.53%
B = 18.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#BAE05D (or 0xBAE05D) is known color: Conifer. HEX triplet: BA, E0 and 5D. RGB value is (186,224,93). Sum of RGB (Red+Green+Blue) = 186+224+93=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05D is #451FA2. Grayscale: #C6C6C6. Windows color (decimal): -4530083 or 6152378. OLE color: 6152378.

HSL color Cylindrical-coordinate representation of color #BAE05D: hue angle of 77.4º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE05D is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 93 -
CMYK 0.17 0 0.58 0.12
HSL 77.4º 0.68% 0.62% -
HSV(B) 77.4º 0.58% 0.88% -
XYZ 48.88 64.54 20.24 -
YUV 197.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 186 224 93 0.17 0 0.58 0.12 77.4 0.68 0.62
Hex BA E0 5D 11 0 3A C 4D 44 3E
Octal 272 340 135 21 0 72 14 115 104 76
Binary 10111010 11100000 1011101 10001 0 111010 1100 1001101 1000100 111110

Color Harmonies of #BAE05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE05D

Black with #BAE05D

Text Example


Text Example

White with #BAE05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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