Html Css Color HEX #BAE369 Conifer

📋 copy color: '#BAE369'

red 186 ◦ green 227 ◦ blue 105

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

Shades of Conifer #BAE369

Tints of Conifer #BAE369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.82%

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 35.91%
G = 43.82%
B = 20.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#BAE369 (or 0xBAE369) is known color: Conifer. HEX triplet: BA, E3 and 69. RGB value is (186,227,105). Sum of RGB (Red+Green+Blue) = 186+227+105=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE369 is #451C96. Grayscale: #C9C9C9. Windows color (decimal): -4529303 or 6939578. OLE color: 6939578.

HSL color Cylindrical-coordinate representation of color #BAE369: hue angle of 80.16º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE369 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 227 105 -
CMYK 0.18 0 0.54 0.11
HSL 80.16º 0.69% 0.65% -
HSV(B) 80.16º 0.54% 0.89% -
XYZ 50.27 66.4 23.53 -
YUV 200.83 73.92 117.42 -
System Red Green Blue C M Y K H S L
Decimal 186 227 105 0.18 0 0.54 0.11 80.16 0.69 0.65
Hex BA E3 69 12 0 36 B 50 45 41
Octal 272 343 151 22 0 66 13 120 105 101
Binary 10111010 11100011 1101001 10010 0 110110 1011 1010000 1000101 1000001

Color Harmonies of #BAE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE369

Black with #BAE369

Text Example


Text Example

White with #BAE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE369; }

 p { color: rgb(186,227,105); }

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

background-color css

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

 a { background-color: rgb(186,227,105); }

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

border-color css

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

 span { border-color: rgb(186,227,105); }

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