Html Css Color HEX #BAE94A Conifer

📋 copy color: '#BAE94A'

red 186 ◦ green 233 ◦ blue 74

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

Shades of Conifer #BAE94A

Tints of Conifer #BAE94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 37.73%
G = 47.26%
B = 15.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#BAE94A (or 0xBAE94A) is known color: Conifer. HEX triplet: BA, E9 and 4A. RGB value is (186,233,74). Sum of RGB (Red+Green+Blue) = 186+233+74=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE94A is #4516B5. Grayscale: #C9C9C9. Windows color (decimal): -4527798 or 4909498. OLE color: 4909498.

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

Color convert

RGB 186 233 74 -
CMYK 0.20 0 0.68 0.09
HSL 77.74º 0.78% 0.6% -
HSV(B) 77.74º 0.68% 0.91% -
XYZ 50.62 69.21 17.17 -
YUV 200.82 56.43 117.43 -
System Red Green Blue C M Y K H S L
Decimal 186 233 74 0.20 0 0.68 0.09 77.74 0.78 0.6
Hex BA E9 4A 14 0 44 9 4E 4E 3C
Octal 272 351 112 24 0 104 11 116 116 74
Binary 10111010 11101001 1001010 10100 0 1000100 1001 1001110 1001110 111100

Color Harmonies of #BAE94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE94A

Black with #BAE94A

Text Example


Text Example

White with #BAE94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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