Html Css Color HEX #BAE94D Conifer

📋 copy color: '#BAE94D'

red 186 ◦ green 233 ◦ blue 77

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

Shades of Conifer #BAE94D

Tints of Conifer #BAE94D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

 BLUE value IS 77 (30.47% from 255) = 15.52%

R = 37.5%
G = 46.98%
B = 15.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#BAE94D (or 0xBAE94D) is known color: Conifer. HEX triplet: BA, E9 and 4D. RGB value is (186,233,77). Sum of RGB (Red+Green+Blue) = 186+233+77=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE94D is #4516B2. Grayscale: #C9C9C9. Windows color (decimal): -4527795 or 5106106. OLE color: 5106106.

HSL color Cylindrical-coordinate representation of color #BAE94D: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE94D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 77 -
CMYK 0.20 0 0.67 0.09
HSL 78.08º 0.78% 0.61% -
HSV(B) 78.08º 0.67% 0.91% -
XYZ 50.73 69.25 17.71 -
YUV 201.16 57.93 117.18 -
System Red Green Blue C M Y K H S L
Decimal 186 233 77 0.20 0 0.67 0.09 78.08 0.78 0.61
Hex BA E9 4D 14 0 43 9 4E 4E 3D
Octal 272 351 115 24 0 103 11 116 116 75
Binary 10111010 11101001 1001101 10100 0 1000011 1001 1001110 1001110 111101

Color Harmonies of #BAE94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE94D

Black with #BAE94D

Text Example


Text Example

White with #BAE94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE94D; }

 p { color: rgb(186,233,77); }

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

background-color css

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

 a { background-color: rgb(186,233,77); }

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

border-color css

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

 span { border-color: rgb(186,233,77); }

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