Html Css Color HEX #BAE64F Conifer

📋 copy color: '#BAE64F'

red 186 ◦ green 230 ◦ blue 79

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

Shades of Conifer #BAE64F

Tints of Conifer #BAE64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.96%

R = 37.58%
G = 46.46%
B = 15.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#BAE64F (or 0xBAE64F) is known color: Conifer. HEX triplet: BA, E6 and 4F. RGB value is (186,230,79). Sum of RGB (Red+Green+Blue) = 186+230+79=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 230 (90.23% from 255 or 46.46% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE64F is #4519B0. Grayscale: #C8C8C8. Windows color (decimal): -4528561 or 5236410. OLE color: 5236410.

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

Color convert

RGB 186 230 79 -
CMYK 0.19 0 0.66 0.10
HSL 77.48º 0.75% 0.61% -
HSV(B) 77.48º 0.66% 0.9% -
XYZ 49.96 67.6 17.81 -
YUV 199.63 59.92 118.28 -
System Red Green Blue C M Y K H S L
Decimal 186 230 79 0.19 0 0.66 0.10 77.48 0.75 0.61
Hex BA E6 4F 13 0 42 A 4D 4B 3D
Octal 272 346 117 23 0 102 12 115 113 75
Binary 10111010 11100110 1001111 10011 0 1000010 1010 1001101 1001011 111101

Color Harmonies of #BAE64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE64F

Black with #BAE64F

Text Example


Text Example

White with #BAE64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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