Html Css Color HEX #BAE646 Conifer

📋 copy color: '#BAE646'

red 186 ◦ green 230 ◦ blue 70

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

Shades of Conifer #BAE646

Tints of Conifer #BAE646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 38.27%
G = 47.33%
B = 14.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#BAE646 (or 0xBAE646) is known color: Conifer. HEX triplet: BA, E6 and 46. RGB value is (186,230,70). Sum of RGB (Red+Green+Blue) = 186+230+70=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE646 is #4519B9. Grayscale: #C7C7C7. Windows color (decimal): -4528570 or 4646586. OLE color: 4646586.

HSL color Cylindrical-coordinate representation of color #BAE646: hue angle of 76.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE646 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 70 -
CMYK 0.19 0 0.70 0.10
HSL 76.5º 0.76% 0.59% -
HSV(B) 76.5º 0.7% 0.9% -
XYZ 49.65 67.47 16.2 -
YUV 198.6 55.42 119.01 -
System Red Green Blue C M Y K H S L
Decimal 186 230 70 0.19 0 0.70 0.10 76.5 0.76 0.59
Hex BA E6 46 13 0 46 A 4C 4C 3B
Octal 272 346 106 23 0 106 12 114 114 73
Binary 10111010 11100110 1000110 10011 0 1000110 1010 1001100 1001100 111011

Color Harmonies of #BAE646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE646

Black with #BAE646

Text Example


Text Example

White with #BAE646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE646; }

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

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

background-color css

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

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

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

border-color css

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

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

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