Html Css Color HEX #BAEA41 Conifer

📋 copy color: '#BAEA41'

red 186 ◦ green 234 ◦ blue 65

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

Shades of Conifer #BAEA41

Tints of Conifer #BAEA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

 BLUE value IS 65 (25.78% from 255) = 13.4%

R = 38.35%
G = 48.25%
B = 13.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#BAEA41 (or 0xBAEA41) is known color: Conifer. HEX triplet: BA, EA and 41. RGB value is (186,234,65). Sum of RGB (Red+Green+Blue) = 186+234+65=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA41 is #4515BE. Grayscale: #C9C9C9. Windows color (decimal): -4527551 or 4319930. OLE color: 4319930.

HSL color Cylindrical-coordinate representation of color #BAEA41: hue angle of 77.04º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAEA41 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 65 -
CMYK 0.21 0 0.72 0.08
HSL 77.04º 0.8% 0.59% -
HSV(B) 77.04º 0.72% 0.92% -
XYZ 50.63 69.67 15.78 -
YUV 200.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 186 234 65 0.21 0 0.72 0.08 77.04 0.8 0.59
Hex BA EA 41 15 0 48 8 4D 50 3B
Octal 272 352 101 25 0 110 10 115 120 73
Binary 10111010 11101010 1000001 10101 0 1001000 1000 1001101 1010000 111011

Color Harmonies of #BAEA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA41

Black with #BAEA41

Text Example


Text Example

White with #BAEA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA41; }

 p { color: rgb(186,234,65); }

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

background-color css

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

 a { background-color: rgb(186,234,65); }

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

border-color css

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

 span { border-color: rgb(186,234,65); }

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