Html Css Color HEX #BAE666 Conifer

📋 copy color: '#BAE666'

red 186 ◦ green 230 ◦ blue 102

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

Shades of Conifer #BAE666

Tints of Conifer #BAE666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.4%

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

R = 35.91%
G = 44.4%
B = 19.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#BAE666 (or 0xBAE666) is known color: Conifer. HEX triplet: BA, E6 and 66. RGB value is (186,230,102). Sum of RGB (Red+Green+Blue) = 186+230+102=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE666 is #451999. Grayscale: #CACACA. Windows color (decimal): -4528538 or 6743738. OLE color: 6743738.

HSL color Cylindrical-coordinate representation of color #BAE666: hue angle of 80.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE666 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 102 -
CMYK 0.19 0 0.56 0.10
HSL 80.63º 0.72% 0.65% -
HSV(B) 80.63º 0.56% 0.9% -
XYZ 50.94 67.99 23.01 -
YUV 202.25 71.42 116.41 -
System Red Green Blue C M Y K H S L
Decimal 186 230 102 0.19 0 0.56 0.10 80.63 0.72 0.65
Hex BA E6 66 13 0 38 A 51 48 41
Octal 272 346 146 23 0 70 12 121 110 101
Binary 10111010 11100110 1100110 10011 0 111000 1010 1010001 1001000 1000001

Color Harmonies of #BAE666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE666

Black with #BAE666

Text Example


Text Example

White with #BAE666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE666; }

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

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

background-color css

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

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

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

border-color css

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

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

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