Html Css Color HEX #BAE740 Conifer

📋 copy color: '#BAE740'

red 186 ◦ green 231 ◦ blue 64

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

Shades of Conifer #BAE740

Tints of Conifer #BAE740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.02%

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 38.67%
G = 48.02%
B = 13.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#BAE740 (or 0xBAE740) is known color: Conifer. HEX triplet: BA, E7 and 40. RGB value is (186,231,64). Sum of RGB (Red+Green+Blue) = 186+231+64=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE740 is #4518BF. Grayscale: #C7C7C7. Windows color (decimal): -4528320 or 4253626. OLE color: 4253626.

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

Color convert

RGB 186 231 64 -
CMYK 0.19 0 0.72 0.09
HSL 76.17º 0.78% 0.58% -
HSV(B) 76.17º 0.72% 0.91% -
XYZ 49.75 67.96 15.35 -
YUV 198.51 52.09 119.08 -
System Red Green Blue C M Y K H S L
Decimal 186 231 64 0.19 0 0.72 0.09 76.17 0.78 0.58
Hex BA E7 40 13 0 48 9 4C 4E 3A
Octal 272 347 100 23 0 110 11 114 116 72
Binary 10111010 11100111 1000000 10011 0 1001000 1001 1001100 1001110 111010

Color Harmonies of #BAE740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE740

Black with #BAE740

Text Example


Text Example

White with #BAE740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE740; }

 p { color: rgb(186,231,64); }

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

background-color css

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

 a { background-color: rgb(186,231,64); }

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

border-color css

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

 span { border-color: rgb(186,231,64); }

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