Html Css Color HEX #BAE64A Conifer

📋 copy color: '#BAE64A'

red 186 ◦ green 230 ◦ blue 74

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

Shades of Conifer #BAE64A

Tints of Conifer #BAE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.94%

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

R = 37.96%
G = 46.94%
B = 15.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#BAE64A (or 0xBAE64A) is known color: Conifer. HEX triplet: BA, E6 and 4A. RGB value is (186,230,74). Sum of RGB (Red+Green+Blue) = 186+230+74=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 230 (90.23% from 255 or 46.94% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE64A is #4519B5. Grayscale: #C7C7C7. Windows color (decimal): -4528566 or 4908730. OLE color: 4908730.

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

Color convert

RGB 186 230 74 -
CMYK 0.19 0 0.68 0.10
HSL 76.92º 0.76% 0.6% -
HSV(B) 76.92º 0.68% 0.9% -
XYZ 49.78 67.53 16.89 -
YUV 199.06 57.42 118.68 -
System Red Green Blue C M Y K H S L
Decimal 186 230 74 0.19 0 0.68 0.10 76.92 0.76 0.6
Hex BA E6 4A 13 0 44 A 4D 4C 3C
Octal 272 346 112 23 0 104 12 115 114 74
Binary 10111010 11100110 1001010 10011 0 1000100 1010 1001101 1001100 111100

Color Harmonies of #BAE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE64A

Black with #BAE64A

Text Example


Text Example

White with #BAE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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