Html Css Color HEX #BAE367 Conifer

📋 copy color: '#BAE367'

red 186 ◦ green 227 ◦ blue 103

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

Shades of Conifer #BAE367

Tints of Conifer #BAE367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 36.05%
G = 43.99%
B = 19.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#BAE367 (or 0xBAE367) is known color: Conifer. HEX triplet: BA, E3 and 67. RGB value is (186,227,103). Sum of RGB (Red+Green+Blue) = 186+227+103=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE367 is #451C98. Grayscale: #C9C9C9. Windows color (decimal): -4529305 or 6808506. OLE color: 6808506.

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

Color convert

RGB 186 227 103 -
CMYK 0.18 0 0.55 0.11
HSL 79.84º 0.69% 0.65% -
HSV(B) 79.84º 0.55% 0.89% -
XYZ 50.17 66.36 23 -
YUV 200.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 186 227 103 0.18 0 0.55 0.11 79.84 0.69 0.65
Hex BA E3 67 12 0 37 B 50 45 41
Octal 272 343 147 22 0 67 13 120 105 101
Binary 10111010 11100011 1100111 10010 0 110111 1011 1010000 1000101 1000001

Color Harmonies of #BAE367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE367

Black with #BAE367

Text Example


Text Example

White with #BAE367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE367; }

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

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

background-color css

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

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

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

border-color css

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

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

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