Html Css Color HEX #BAEE4A Conifer

📋 copy color: '#BAEE4A'

red 186 ◦ green 238 ◦ blue 74

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

Shades of Conifer #BAEE4A

Tints of Conifer #BAEE4A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

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

R = 37.35%
G = 47.79%
B = 14.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#BAEE4A (or 0xBAEE4A) is known color: Conifer. HEX triplet: BA, EE and 4A. RGB value is (186,238,74). Sum of RGB (Red+Green+Blue) = 186+238+74=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEE4A is #4511B5. Grayscale: #CCCCCC. Windows color (decimal): -4526518 or 4910778. OLE color: 4910778.

HSL color Cylindrical-coordinate representation of color #BAEE4A: hue angle of 79.02º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAEE4A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 74 -
CMYK 0.22 0 0.69 0.07
HSL 79.02º 0.83% 0.61% -
HSV(B) 79.02º 0.69% 0.93% -
XYZ 52.06 72.08 17.65 -
YUV 203.76 54.77 115.34 -
System Red Green Blue C M Y K H S L
Decimal 186 238 74 0.22 0 0.69 0.07 79.02 0.83 0.61
Hex BA EE 4A 16 0 45 7 4F 53 3D
Octal 272 356 112 26 0 105 7 117 123 75
Binary 10111010 11101110 1001010 10110 0 1000101 111 1001111 1010011 111101

Color Harmonies of #BAEE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE4A

Black with #BAEE4A

Text Example


Text Example

White with #BAEE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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