Html Css Color HEX #BAE642 Conifer

📋 copy color: '#BAE642'

red 186 ◦ green 230 ◦ blue 66

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

Shades of Conifer #BAE642

Tints of Conifer #BAE642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.69%

R = 38.59%
G = 47.72%
B = 13.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#BAE642 (or 0xBAE642) is known color: Conifer. HEX triplet: BA, E6 and 42. RGB value is (186,230,66). Sum of RGB (Red+Green+Blue) = 186+230+66=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE642 is #4519BD. Grayscale: #C6C6C6. Windows color (decimal): -4528574 or 4384442. OLE color: 4384442.

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

Color convert

RGB 186 230 66 -
CMYK 0.19 0 0.71 0.10
HSL 76.1º 0.77% 0.58% -
HSV(B) 76.1º 0.71% 0.9% -
XYZ 49.53 67.43 15.56 -
YUV 198.15 53.42 119.34 -
System Red Green Blue C M Y K H S L
Decimal 186 230 66 0.19 0 0.71 0.10 76.1 0.77 0.58
Hex BA E6 42 13 0 47 A 4C 4D 3A
Octal 272 346 102 23 0 107 12 114 115 72
Binary 10111010 11100110 1000010 10011 0 1000111 1010 1001100 1001101 111010

Color Harmonies of #BAE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE642

Black with #BAE642

Text Example


Text Example

White with #BAE642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE642; }

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

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

background-color css

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

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

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

border-color css

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

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

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