Html Css Color HEX #BAE06A Conifer

📋 copy color: '#BAE06A'

red 186 ◦ green 224 ◦ blue 106

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

Shades of Conifer #BAE06A

Tints of Conifer #BAE06A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.41%

 BLUE value IS 106 (41.8% from 255) = 20.54%

R = 36.05%
G = 43.41%
B = 20.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#BAE06A (or 0xBAE06A) is known color: Conifer. HEX triplet: BA, E0 and 6A. RGB value is (186,224,106). Sum of RGB (Red+Green+Blue) = 186+224+106=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06A is #451F95. Grayscale: #C7C7C7. Windows color (decimal): -4530070 or 7004346. OLE color: 7004346.

HSL color Cylindrical-coordinate representation of color #BAE06A: hue angle of 79.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE06A is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 106 -
CMYK 0.17 0 0.53 0.12
HSL 79.32º 0.66% 0.65% -
HSV(B) 79.32º 0.53% 0.88% -
XYZ 49.51 64.79 23.53 -
YUV 199.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 186 224 106 0.17 0 0.53 0.12 79.32 0.66 0.65
Hex BA E0 6A 11 0 35 C 4F 42 41
Octal 272 340 152 21 0 65 14 117 102 101
Binary 10111010 11100000 1101010 10001 0 110101 1100 1001111 1000010 1000001

Color Harmonies of #BAE06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE06A

Black with #BAE06A

Text Example


Text Example

White with #BAE06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE06A; }

 p { color: rgb(186,224,106); }

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

background-color css

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

 a { background-color: rgb(186,224,106); }

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

border-color css

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

 span { border-color: rgb(186,224,106); }

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