Html Css Color HEX #BAE066 Conifer

📋 copy color: '#BAE066'

red 186 ◦ green 224 ◦ blue 102

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

Shades of Conifer #BAE066

Tints of Conifer #BAE066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.92%

R = 36.33%
G = 43.75%
B = 19.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#BAE066 (or 0xBAE066) is known color: Conifer. HEX triplet: BA, E0 and 66. RGB value is (186,224,102). Sum of RGB (Red+Green+Blue) = 186+224+102=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE066 is #451F99. Grayscale: #C7C7C7. Windows color (decimal): -4530074 or 6742202. OLE color: 6742202.

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

Color convert

RGB 186 224 102 -
CMYK 0.17 0 0.54 0.12
HSL 78.69º 0.66% 0.64% -
HSV(B) 78.69º 0.54% 0.88% -
XYZ 49.3 64.71 22.46 -
YUV 198.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 186 224 102 0.17 0 0.54 0.12 78.69 0.66 0.64
Hex BA E0 66 11 0 36 C 4F 42 40
Octal 272 340 146 21 0 66 14 117 102 100
Binary 10111010 11100000 1100110 10001 0 110110 1100 1001111 1000010 1000000

Color Harmonies of #BAE066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE066

Black with #BAE066

Text Example


Text Example

White with #BAE066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE066; }

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

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

background-color css

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

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

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

border-color css

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

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

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